Html Css Color HEX #5C0BCC Purple Heart

📋 copy color: '#5C0BCC'

red 92 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #5C0BCC

Tints of Purple Heart #5C0BCC

RGB

 RED value IS 92 (36.33% from 255) = 29.97%

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 29.97%
G = 3.58%
B = 66.45%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C0BCC (or 0x5C0BCC) is known color: Purple Heart. HEX triplet: 5C, 0B and CC. RGB value is (92,11,204). Sum of RGB (Red+Green+Blue) = 92+11+204=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BCC is #A3F433. Grayscale: #383838. Windows color (decimal): -10744884 or 13372252. OLE color: 13372252.

HSL color Cylindrical-coordinate representation of color #5C0BCC: hue angle of 265.18º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0BCC is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 11 204 -
CMYK 0.55 0.95 0 0.2
HSL 265.18º 0.9% 0.42% -
HSV(B) 265.18º 0.95% 0.8% -
XYZ 15.43 6.87 57.64 -
YUV 57.22 210.84 152.81 -
System Red Green Blue C M Y K H S L
Decimal 92 11 204 0.55 0.95 0 0.2 265.18 0.9 0.42
Hex 5C B CC 37 5F 0 14 109 5A 2A
Octal 134 13 314 67 137 0 24 411 132 52
Binary 1011100 1011 11001100 110111 1011111 0 10100 100001001 1011010 101010

Color Harmonies of #5C0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0BCC

Black with #5C0BCC

Text Example


Text Example

White with #5C0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0BCC; }

 p { color: rgb(92,11,204); }

 H1.HeaderClassName
 {
   color: #5C0BCC;
 }
 .AnyTagClassName
 {
   color: #5C0BCC;
 }
</style>

background-color css

<style>
 a { background-color: #5C0BCC; }

 a { background-color: rgb(92,11,204); }

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

border-color css

<style>
 span { border-color: #5C0BCC; }

 span { border-color: rgb(92,11,204); }

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