Html Css Color HEX #3C11BE Purple Heart

📋 copy color: '#3C11BE'

red 60 ◦ green 17 ◦ blue 190

#3C11BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3C11BE

Tints of Purple Heart #3C11BE

RGB

 RED value IS 60 (23.83% from 255) = 22.47%

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 190 (74.61% from 255) = 71.16%

R = 22.47%
G = 6.37%
B = 71.16%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C11BE (or 0x3C11BE) is known color: Purple Heart. HEX triplet: 3C, 11 and BE. RGB value is (60,17,190). Sum of RGB (Red+Green+Blue) = 60+17+190=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11BE is #C3EE41. Grayscale: #303030. Windows color (decimal): -12840514 or 12456252. OLE color: 12456252.

HSL color Cylindrical-coordinate representation of color #3C11BE: hue angle of 254.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C11BE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 17 190 -
CMYK 0.68 0.91 0 0.25
HSL 254.91º 0.84% 0.41% -
HSV(B) 254.91º 0.91% 0.75% -
XYZ 11.36 5.08 49.1 -
YUV 49.58 207.25 135.43 -
System Red Green Blue C M Y K H S L
Decimal 60 17 190 0.68 0.91 0 0.25 254.91 0.84 0.41
Hex 3C 11 BE 44 5B 0 19 FF 54 29
Octal 74 21 276 104 133 0 31 377 124 51
Binary 111100 10001 10111110 1000100 1011011 0 11001 11111111 1010100 101001

Color Harmonies of #3C11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C11BE

Black with #3C11BE

Text Example


Text Example

White with #3C11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C11BE; }

 p { color: rgb(60,17,190); }

 H1.HeaderClassName
 {
   color: #3C11BE;
 }
 .AnyTagClassName
 {
   color: #3C11BE;
 }
</style>

background-color css

<style>
 a { background-color: #3C11BE; }

 a { background-color: rgb(60,17,190); }

 div.DivClassName
 {
   background-color: #3C11BE;
 }
 .BgClassName
 {
   background-color: #3C11BE;
 }
</style>

border-color css

<style>
 span { border-color: #3C11BE; }

 span { border-color: rgb(60,17,190); }

 td.TdClassName
 {
   border-color: #3C11BE;
 }
 .TagClassName
 {
   border-color: #3C11BE;
 }
</style>