Html Css Color HEX #5D11CE Purple Heart

📋 copy color: '#5D11CE'

red 93 ◦ green 17 ◦ blue 206

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

Shades of Purple Heart #5D11CE

Tints of Purple Heart #5D11CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 29.43%
G = 5.38%
B = 65.19%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D11CE (or 0x5D11CE) is known color: Purple Heart. HEX triplet: 5D, 11 and CE. RGB value is (93,17,206). Sum of RGB (Red+Green+Blue) = 93+17+206=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D11CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D11CE is #A2EE31. Grayscale: #3C3C3C. Windows color (decimal): -10677810 or 13504861. OLE color: 13504861.

HSL color Cylindrical-coordinate representation of color #5D11CE: hue angle of 264.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D11CE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 17 206 -
CMYK 0.55 0.92 0 0.19
HSL 264.13º 0.85% 0.44% -
HSV(B) 264.13º 0.92% 0.81% -
XYZ 15.86 7.18 58.94 -
YUV 61.27 209.68 150.63 -
System Red Green Blue C M Y K H S L
Decimal 93 17 206 0.55 0.92 0 0.19 264.13 0.85 0.44
Hex 5D 11 CE 37 5C 0 13 108 55 2C
Octal 135 21 316 67 134 0 23 410 125 54
Binary 1011101 10001 11001110 110111 1011100 0 10011 100001000 1010101 101100

Color Harmonies of #5D11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D11CE

Black with #5D11CE

Text Example


Text Example

White with #5D11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,17,206); }

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

background-color css

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

 a { background-color: rgb(93,17,206); }

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

border-color css

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

 span { border-color: rgb(93,17,206); }

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