Html Css Color HEX #3C11BC Purple Heart

📋 copy color: '#3C11BC'

red 60 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #3C11BC

Tints of Purple Heart #3C11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 22.64%
G = 6.42%
B = 70.94%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C11BC (or 0x3C11BC) is known color: Purple Heart. HEX triplet: 3C, 11 and BC. RGB value is (60,17,188). Sum of RGB (Red+Green+Blue) = 60+17+188=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11BC is #C3EE43. Grayscale: #303030. Windows color (decimal): -12840516 or 12325180. OLE color: 12325180.

HSL color Cylindrical-coordinate representation of color #3C11BC: hue angle of 255.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C11BC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 17 188 -
CMYK 0.68 0.91 0 0.26
HSL 255.09º 0.83% 0.4% -
HSV(B) 255.09º 0.91% 0.74% -
XYZ 11.14 4.99 47.95 -
YUV 49.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 60 17 188 0.68 0.91 0 0.26 255.09 0.83 0.4
Hex 3C 11 BC 44 5B 0 1A FF 53 28
Octal 74 21 274 104 133 0 32 377 123 50
Binary 111100 10001 10111100 1000100 1011011 0 11010 11111111 1010011 101000

Color Harmonies of #3C11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C11BC

Black with #3C11BC

Text Example


Text Example

White with #3C11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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