Html Css Color HEX #5809D0 Purple Heart

📋 copy color: '#5809D0'

red 88 ◦ green 9 ◦ blue 208

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

Shades of Purple Heart #5809D0

Tints of Purple Heart #5809D0

RGB

 RED value IS 88 (34.77% from 255) = 28.85%

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

 BLUE value IS 208 (81.64% from 255) = 68.2%

R = 28.85%
G = 2.95%
B = 68.2%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5809D0 (or 0x5809D0) is known color: Purple Heart. HEX triplet: 58, 09 and D0. RGB value is (88,9,208). Sum of RGB (Red+Green+Blue) = 88+9+208=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #5809D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809D0 is #A7F62F. Grayscale: #363636. Windows color (decimal): -11007536 or 13633880. OLE color: 13633880.

HSL color Cylindrical-coordinate representation of color #5809D0: hue angle of 263.82º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809D0 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 9 208 -
CMYK 0.58 0.96 0 0.18
HSL 263.82º 0.92% 0.43% -
HSV(B) 263.82º 0.96% 0.82% -
XYZ 15.51 6.82 60.17 -
YUV 55.31 214.17 151.32 -
System Red Green Blue C M Y K H S L
Decimal 88 9 208 0.58 0.96 0 0.18 263.82 0.92 0.43
Hex 58 9 D0 3A 60 0 12 108 5C 2B
Octal 130 11 320 72 140 0 22 410 134 53
Binary 1011000 1001 11010000 111010 1100000 0 10010 100001000 1011100 101011

Color Harmonies of #5809D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809D0

Black with #5809D0

Text Example


Text Example

White with #5809D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5809D0; }

 p { color: rgb(88,9,208); }

 H1.HeaderClassName
 {
   color: #5809D0;
 }
 .AnyTagClassName
 {
   color: #5809D0;
 }
</style>

background-color css

<style>
 a { background-color: #5809D0; }

 a { background-color: rgb(88,9,208); }

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

border-color css

<style>
 span { border-color: #5809D0; }

 span { border-color: rgb(88,9,208); }

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