Html Css Color HEX #5919CA Purple Heart

📋 copy color: '#5919CA'

red 89 ◦ green 25 ◦ blue 202

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

Shades of Purple Heart #5919CA

Tints of Purple Heart #5919CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

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

R = 28.16%
G = 7.91%
B = 63.92%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5919CA (or 0x5919CA) is known color: Purple Heart. HEX triplet: 59, 19 and CA. RGB value is (89,25,202). Sum of RGB (Red+Green+Blue) = 89+25+202=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #5919CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5919CA is #A6E635. Grayscale: #3F3F3F. Windows color (decimal): -10937910 or 13244761. OLE color: 13244761.

HSL color Cylindrical-coordinate representation of color #5919CA: hue angle of 261.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5919CA is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 25 202 -
CMYK 0.56 0.88 0 0.21
HSL 261.69º 0.78% 0.45% -
HSV(B) 261.69º 0.88% 0.79% -
XYZ 15.13 7.08 56.45 -
YUV 64.31 205.7 145.61 -
System Red Green Blue C M Y K H S L
Decimal 89 25 202 0.56 0.88 0 0.21 261.69 0.78 0.45
Hex 59 19 CA 38 58 0 15 106 4E 2D
Octal 131 31 312 70 130 0 25 406 116 55
Binary 1011001 11001 11001010 111000 1011000 0 10101 100000110 1001110 101101

Color Harmonies of #5919CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5919CA

Black with #5919CA

Text Example


Text Example

White with #5919CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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