Html Css Color HEX #5915BF Purple Heart

📋 copy color: '#5915BF'

red 89 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #5915BF

Tints of Purple Heart #5915BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 29.57%
G = 6.98%
B = 63.46%

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

#5915BF (or 0x5915BF) is known color: Purple Heart. HEX triplet: 59, 15 and BF. RGB value is (89,21,191). Sum of RGB (Red+Green+Blue) = 89+21+191=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #5915BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915BF is #A6EA40. Grayscale: #3C3C3C. Windows color (decimal): -10938945 or 12522841. OLE color: 12522841.

HSL color Cylindrical-coordinate representation of color #5915BF: hue angle of 264º 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 #5915BF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 21 191 -
CMYK 0.53 0.89 0 0.25
HSL 264º 0.8% 0.42% -
HSV(B) 264º 0.89% 0.75% -
XYZ 13.79 6.42 49.8 -
YUV 60.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 89 21 191 0.53 0.89 0 0.25 264 0.8 0.42
Hex 59 15 BF 35 59 0 19 108 50 2A
Octal 131 25 277 65 131 0 31 410 120 52
Binary 1011001 10101 10111111 110101 1011001 0 11001 100001000 1010000 101010

Color Harmonies of #5915BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915BF

Black with #5915BF

Text Example


Text Example

White with #5915BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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