Html Css Color HEX #5C06CC Purple Heart

📋 copy color: '#5C06CC'

red 92 ◦ green 6 ◦ blue 204

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

Shades of Purple Heart #5C06CC

Tints of Purple Heart #5C06CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 30.46%
G = 1.99%
B = 67.55%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C06CC (or 0x5C06CC) is known color: Purple Heart. HEX triplet: 5C, 06 and CC. RGB value is (92,6,204). Sum of RGB (Red+Green+Blue) = 92+6+204=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C06CC is #A3F933. Grayscale: #353535. Windows color (decimal): -10746164 or 13370972. OLE color: 13370972.

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

Color convert

RGB 92 6 204 -
CMYK 0.55 0.97 0 0.2
HSL 266.06º 0.94% 0.41% -
HSV(B) 266.06º 0.97% 0.8% -
XYZ 15.38 6.77 57.62 -
YUV 54.29 212.49 154.9 -
System Red Green Blue C M Y K H S L
Decimal 92 6 204 0.55 0.97 0 0.2 266.06 0.94 0.41
Hex 5C 6 CC 37 61 0 14 10A 5E 29
Octal 134 6 314 67 141 0 24 412 136 51
Binary 1011100 110 11001100 110111 1100001 0 10100 100001010 1011110 101001

Color Harmonies of #5C06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C06CC

Black with #5C06CC

Text Example


Text Example

White with #5C06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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