Html Css Color HEX #5D09CA Purple Heart

📋 copy color: '#5D09CA'

red 93 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #5D09CA

Tints of Purple Heart #5D09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.45%

R = 30.59%
G = 2.96%
B = 66.45%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D09CA (or 0x5D09CA) is known color: Purple Heart. HEX triplet: 5D, 09 and CA. RGB value is (93,9,202). Sum of RGB (Red+Green+Blue) = 93+9+202=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09CA is #A2F635. Grayscale: #373737. Windows color (decimal): -10679862 or 13240669. OLE color: 13240669.

HSL color Cylindrical-coordinate representation of color #5D09CA: hue angle of 266.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D09CA is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 9 202 -
CMYK 0.54 0.96 0 0.21
HSL 266.11º 0.91% 0.41% -
HSV(B) 266.11º 0.96% 0.79% -
XYZ 15.27 6.79 56.38 -
YUV 56.12 210.33 154.31 -
System Red Green Blue C M Y K H S L
Decimal 93 9 202 0.54 0.96 0 0.21 266.11 0.91 0.41
Hex 5D 9 CA 36 60 0 15 10A 5B 29
Octal 135 11 312 66 140 0 25 412 133 51
Binary 1011101 1001 11001010 110110 1100000 0 10101 100001010 1011011 101001

Color Harmonies of #5D09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D09CA

Black with #5D09CA

Text Example


Text Example

White with #5D09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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