Html Css Color HEX #5915BE Purple Heart

📋 copy color: '#5915BE'

red 89 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #5915BE

Tints of Purple Heart #5915BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 29.67%
G = 7%
B = 63.33%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5915BE (or 0x5915BE) is known color: Purple Heart. HEX triplet: 59, 15 and BE. RGB value is (89,21,190). Sum of RGB (Red+Green+Blue) = 89+21+190=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #5915BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915BE is #A6EA41. Grayscale: #3B3B3B. Windows color (decimal): -10938946 or 12457305. OLE color: 12457305.

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

Color convert

RGB 89 21 190 -
CMYK 0.53 0.89 0 0.25
HSL 264.14º 0.8% 0.41% -
HSV(B) 264.14º 0.89% 0.75% -
XYZ 13.68 6.38 49.23 -
YUV 60.6 201.03 148.26 -
System Red Green Blue C M Y K H S L
Decimal 89 21 190 0.53 0.89 0 0.25 264.14 0.8 0.41
Hex 59 15 BE 35 59 0 19 108 50 29
Octal 131 25 276 65 131 0 31 410 120 51
Binary 1011001 10101 10111110 110101 1011001 0 11001 100001000 1010000 101001

Color Harmonies of #5915BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915BE

Black with #5915BE

Text Example


Text Example

White with #5915BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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