Html Css Color HEX #3C0BBB Purple Heart

📋 copy color: '#3C0BBB'

red 60 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #3C0BBB

Tints of Purple Heart #3C0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 23.26%
G = 4.26%
B = 72.48%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C0BBB (or 0x3C0BBB) is known color: Purple Heart. HEX triplet: 3C, 0B and BB. RGB value is (60,11,187). Sum of RGB (Red+Green+Blue) = 60+11+187=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BBB is #C3F444. Grayscale: #2D2D2D. Windows color (decimal): -12842053 or 12258108. OLE color: 12258108.

HSL color Cylindrical-coordinate representation of color #3C0BBB: hue angle of 256.7º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BBB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 11 187 -
CMYK 0.68 0.94 0 0.27
HSL 256.7º 0.89% 0.39% -
HSV(B) 256.7º 0.94% 0.73% -
XYZ 10.95 4.79 47.36 -
YUV 45.72 207.73 138.19 -
System Red Green Blue C M Y K H S L
Decimal 60 11 187 0.68 0.94 0 0.27 256.7 0.89 0.39
Hex 3C B BB 44 5E 0 1B 101 59 27
Octal 74 13 273 104 136 0 33 401 131 47
Binary 111100 1011 10111011 1000100 1011110 0 11011 100000001 1011001 100111

Color Harmonies of #3C0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0BBB

Black with #3C0BBB

Text Example


Text Example

White with #3C0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,11,187); }

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

background-color css

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

 a { background-color: rgb(60,11,187); }

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

border-color css

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

 span { border-color: rgb(60,11,187); }

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