Html Css Color HEX #5D09BA Purple Heart

📋 copy color: '#5D09BA'

red 93 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #5D09BA

Tints of Purple Heart #5D09BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.58%

R = 32.29%
G = 3.13%
B = 64.58%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D09BA (or 0x5D09BA) is known color: Purple Heart. HEX triplet: 5D, 09 and BA. RGB value is (93,9,186). Sum of RGB (Red+Green+Blue) = 93+9+186=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D09BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09BA is #A2F645. Grayscale: #353535. Windows color (decimal): -10679878 or 12192093. OLE color: 12192093.

HSL color Cylindrical-coordinate representation of color #5D09BA: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D09BA is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 9 186 -
CMYK 0.5 0.95 0 0.27
HSL 268.47º 0.91% 0.38% -
HSV(B) 268.47º 0.95% 0.73% -
XYZ 13.47 6.07 46.92 -
YUV 54.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 93 9 186 0.5 0.95 0 0.27 268.47 0.91 0.38
Hex 5D 9 BA 32 5F 0 1B 10C 5B 26
Octal 135 11 272 62 137 0 33 414 133 46
Binary 1011101 1001 10111010 110010 1011111 0 11011 100001100 1011011 100110

Color Harmonies of #5D09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D09BA

Black with #5D09BA

Text Example


Text Example

White with #5D09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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