Html Css Color HEX #5908CA Purple Heart

📋 copy color: '#5908CA'

red 89 ◦ green 8 ◦ blue 202

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

Shades of Purple Heart #5908CA

Tints of Purple Heart #5908CA

RGB

 RED value IS 89 (35.16% from 255) = 29.77%

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 29.77%
G = 2.68%
B = 67.56%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5908CA (or 0x5908CA) is known color: Purple Heart. HEX triplet: 59, 08 and CA. RGB value is (89,8,202). Sum of RGB (Red+Green+Blue) = 89+8+202=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #5908CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908CA is #A6F735. Grayscale: #353535. Windows color (decimal): -10942262 or 13240409. OLE color: 13240409.

HSL color Cylindrical-coordinate representation of color #5908CA: hue angle of 265.05º degrees, saturation: 0.92, 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 #5908CA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 8 202 -
CMYK 0.56 0.96 0 0.21
HSL 265.05º 0.92% 0.41% -
HSV(B) 265.05º 0.96% 0.79% -
XYZ 14.87 6.56 56.36 -
YUV 54.34 211.34 152.73 -
System Red Green Blue C M Y K H S L
Decimal 89 8 202 0.56 0.96 0 0.21 265.05 0.92 0.41
Hex 59 8 CA 38 60 0 15 109 5C 29
Octal 131 10 312 70 140 0 25 411 134 51
Binary 1011001 1000 11001010 111000 1100000 0 10101 100001001 1011100 101001

Color Harmonies of #5908CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908CA

Black with #5908CA

Text Example


Text Example

White with #5908CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5908CA; }

 p { color: rgb(89,8,202); }

 H1.HeaderClassName
 {
   color: #5908CA;
 }
 .AnyTagClassName
 {
   color: #5908CA;
 }
</style>

background-color css

<style>
 a { background-color: #5908CA; }

 a { background-color: rgb(89,8,202); }

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

border-color css

<style>
 span { border-color: #5908CA; }

 span { border-color: rgb(89,8,202); }

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