Html Css Color HEX #5D1CCC Purple Heart

📋 copy color: '#5D1CCC'

red 93 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #5D1CCC

Tints of Purple Heart #5D1CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

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

R = 28.62%
G = 8.62%
B = 62.77%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D1CCC (or 0x5D1CCC) is known color: Purple Heart. HEX triplet: 5D, 1C and CC. RGB value is (93,28,204). Sum of RGB (Red+Green+Blue) = 93+28+204=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1CCC is #A2E333. Grayscale: #424242. Windows color (decimal): -10674996 or 13376605. OLE color: 13376605.

HSL color Cylindrical-coordinate representation of color #5D1CCC: hue angle of 262.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D1CCC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 28 204 -
CMYK 0.54 0.86 0 0.2
HSL 262.16º 0.76% 0.45% -
HSV(B) 262.16º 0.86% 0.8% -
XYZ 15.83 7.52 57.74 -
YUV 67.5 205.03 146.19 -
System Red Green Blue C M Y K H S L
Decimal 93 28 204 0.54 0.86 0 0.2 262.16 0.76 0.45
Hex 5D 1C CC 36 56 0 14 106 4C 2D
Octal 135 34 314 66 126 0 24 406 114 55
Binary 1011101 11100 11001100 110110 1010110 0 10100 100000110 1001100 101101

Color Harmonies of #5D1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1CCC

Black with #5D1CCC

Text Example


Text Example

White with #5D1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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