Html Css Color HEX #5D09CE Purple Heart

📋 copy color: '#5D09CE'

red 93 ◦ green 9 ◦ blue 206

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

Shades of Purple Heart #5D09CE

Tints of Purple Heart #5D09CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 30.19%
G = 2.92%
B = 66.88%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D09CE (or 0x5D09CE) is known color: Purple Heart. HEX triplet: 5D, 09 and CE. RGB value is (93,9,206). Sum of RGB (Red+Green+Blue) = 93+9+206=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09CE is #A2F631. Grayscale: #373737. Windows color (decimal): -10679858 or 13502813. OLE color: 13502813.

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

Color convert

RGB 93 9 206 -
CMYK 0.55 0.96 0 0.19
HSL 265.58º 0.92% 0.42% -
HSV(B) 265.58º 0.96% 0.81% -
XYZ 15.75 6.98 58.91 -
YUV 56.57 212.33 153.98 -
System Red Green Blue C M Y K H S L
Decimal 93 9 206 0.55 0.96 0 0.19 265.58 0.92 0.42
Hex 5D 9 CE 37 60 0 13 10A 5C 2A
Octal 135 11 316 67 140 0 23 412 134 52
Binary 1011101 1001 11001110 110111 1100000 0 10011 100001010 1011100 101010

Color Harmonies of #5D09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D09CE

Black with #5D09CE

Text Example


Text Example

White with #5D09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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