Html Css Color HEX #5915BD Purple Heart

📋 copy color: '#5915BD'

red 89 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #5915BD

Tints of Purple Heart #5915BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 29.77%
G = 7.02%
B = 63.21%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5915BD (or 0x5915BD) is known color: Purple Heart. HEX triplet: 59, 15 and BD. RGB value is (89,21,189). Sum of RGB (Red+Green+Blue) = 89+21+189=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #5915BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915BD is #A6EA42. Grayscale: #3B3B3B. Windows color (decimal): -10938947 or 12391769. OLE color: 12391769.

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

Color convert

RGB 89 21 189 -
CMYK 0.53 0.89 0 0.26
HSL 264.29º 0.8% 0.41% -
HSV(B) 264.29º 0.89% 0.74% -
XYZ 13.57 6.33 48.65 -
YUV 60.48 200.53 148.34 -
System Red Green Blue C M Y K H S L
Decimal 89 21 189 0.53 0.89 0 0.26 264.29 0.8 0.41
Hex 59 15 BD 35 59 0 1A 108 50 29
Octal 131 25 275 65 131 0 32 410 120 51
Binary 1011001 10101 10111101 110101 1011001 0 11010 100001000 1010000 101001

Color Harmonies of #5915BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915BD

Black with #5915BD

Text Example


Text Example

White with #5915BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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