Html Css Color HEX #5D06CC Purple Heart

📋 copy color: '#5D06CC'

red 93 ◦ green 6 ◦ blue 204

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

Shades of Purple Heart #5D06CC

Tints of Purple Heart #5D06CC

RGB

 RED value IS 93 (36.72% from 255) = 30.69%

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

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

R = 30.69%
G = 1.98%
B = 67.33%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D06CC (or 0x5D06CC) is known color: Purple Heart. HEX triplet: 5D, 06 and CC. RGB value is (93,6,204). Sum of RGB (Red+Green+Blue) = 93+6+204=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D06CC is #A2F933. Grayscale: #353535. Windows color (decimal): -10680628 or 13370973. OLE color: 13370973.

HSL color Cylindrical-coordinate representation of color #5D06CC: hue angle of 266.36º 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 #5D06CC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 6 204 -
CMYK 0.54 0.97 0 0.2
HSL 266.36º 0.94% 0.41% -
HSV(B) 266.36º 0.97% 0.8% -
XYZ 15.48 6.82 57.63 -
YUV 54.59 212.32 155.4 -
System Red Green Blue C M Y K H S L
Decimal 93 6 204 0.54 0.97 0 0.2 266.36 0.94 0.41
Hex 5D 6 CC 36 61 0 14 10A 5E 29
Octal 135 6 314 66 141 0 24 412 136 51
Binary 1011101 110 11001100 110110 1100001 0 10100 100001010 1011110 101001

Color Harmonies of #5D06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D06CC

Black with #5D06CC

Text Example


Text Example

White with #5D06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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