Html Css Color HEX #5915C2 Purple Heart

📋 copy color: '#5915C2'

red 89 ◦ green 21 ◦ blue 194

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

Shades of Purple Heart #5915C2

Tints of Purple Heart #5915C2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 194 (76.17% from 255) = 63.82%

R = 29.28%
G = 6.91%
B = 63.82%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5915C2 (or 0x5915C2) is known color: Purple Heart. HEX triplet: 59, 15 and C2. RGB value is (89,21,194). Sum of RGB (Red+Green+Blue) = 89+21+194=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #5915C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915C2 is #A6EA3D. Grayscale: #3C3C3C. Windows color (decimal): -10938942 or 12719449. OLE color: 12719449.

HSL color Cylindrical-coordinate representation of color #5915C2: hue angle of 263.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5915C2 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 21 194 -
CMYK 0.54 0.89 0 0.24
HSL 263.58º 0.8% 0.42% -
HSV(B) 263.58º 0.89% 0.76% -
XYZ 14.13 6.56 51.56 -
YUV 61.05 203.03 147.93 -
System Red Green Blue C M Y K H S L
Decimal 89 21 194 0.54 0.89 0 0.24 263.58 0.8 0.42
Hex 59 15 C2 36 59 0 18 108 50 2A
Octal 131 25 302 66 131 0 30 410 120 52
Binary 1011001 10101 11000010 110110 1011001 0 11000 100001000 1010000 101010

Color Harmonies of #5915C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915C2

Black with #5915C2

Text Example


Text Example

White with #5915C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5915C2; }

 p { color: rgb(89,21,194); }

 H1.HeaderClassName
 {
   color: #5915C2;
 }
 .AnyTagClassName
 {
   color: #5915C2;
 }
</style>

background-color css

<style>
 a { background-color: #5915C2; }

 a { background-color: rgb(89,21,194); }

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

border-color css

<style>
 span { border-color: #5915C2; }

 span { border-color: rgb(89,21,194); }

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