Html Css Color HEX #5915AF Purple Heart

📋 copy color: '#5915AF'

red 89 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #5915AF

Tints of Purple Heart #5915AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 31.23%
G = 7.37%
B = 61.4%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5915AF (or 0x5915AF) is known color: Purple Heart. HEX triplet: 59, 15 and AF. RGB value is (89,21,175). Sum of RGB (Red+Green+Blue) = 89+21+175=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #5915AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5915AF is #A6EA50. Grayscale: #3A3A3A. Windows color (decimal): -10938961 or 11474265. OLE color: 11474265.

HSL color Cylindrical-coordinate representation of color #5915AF: hue angle of 266.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5915AF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 21 175 -
CMYK 0.49 0.88 0 0.31
HSL 266.49º 0.79% 0.38% -
HSV(B) 266.49º 0.88% 0.69% -
XYZ 12.13 5.76 41.03 -
YUV 58.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 89 21 175 0.49 0.88 0 0.31 266.49 0.79 0.38
Hex 59 15 AF 31 58 0 1F 10A 4F 26
Octal 131 25 257 61 130 0 37 412 117 46
Binary 1011001 10101 10101111 110001 1011000 0 11111 100001010 1001111 100110

Color Harmonies of #5915AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915AF

Black with #5915AF

Text Example


Text Example

White with #5915AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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