Html Css Color HEX #5915C0 Purple Heart

📋 copy color: '#5915C0'

red 89 ◦ green 21 ◦ blue 192

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

Shades of Purple Heart #5915C0

Tints of Purple Heart #5915C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 29.47%
G = 6.95%
B = 63.58%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5915C0 (or 0x5915C0) is known color: Purple Heart. HEX triplet: 59, 15 and C0. RGB value is (89,21,192). Sum of RGB (Red+Green+Blue) = 89+21+192=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #5915C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915C0 is #A6EA3F. Grayscale: #3C3C3C. Windows color (decimal): -10938944 or 12588377. OLE color: 12588377.

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

Color convert

RGB 89 21 192 -
CMYK 0.54 0.89 0 0.25
HSL 263.86º 0.8% 0.42% -
HSV(B) 263.86º 0.89% 0.75% -
XYZ 13.9 6.47 50.38 -
YUV 60.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 89 21 192 0.54 0.89 0 0.25 263.86 0.8 0.42
Hex 59 15 C0 36 59 0 19 108 50 2A
Octal 131 25 300 66 131 0 31 410 120 52
Binary 1011001 10101 11000000 110110 1011001 0 11001 100001000 1010000 101010

Color Harmonies of #5915C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915C0

Black with #5915C0

Text Example


Text Example

White with #5915C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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