#5F34AE

Color #5F34AE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5F34AE

Tints of Purple Heart #5F34AE

Color information

#5F34AE (or 0x5F34AE) is unknown color: approx Purple Heart. HEX triplet: 5F, 34 and AE. RGB value is (95,52,174). Sum of RGB (Red+Green+Blue) = 95+52+174=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F34AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F34AE is #A0CB51. Grayscale: #4E4E4E. Windows color (decimal): -10537810 or 11416671. OLE color: 11416671.

HSL color Cylindrical-coordinate representation of color #5F34AE: hue angle of 261.15º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F34AE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9552174-
CMYK0.450.7000.32
HSL261.15º53.98%44.31%-
HSV(B)261.15º70.11%68.24%-
XYZ13.597.9440.86-
YUV78.76181.75139.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=29.60%
G=16.20%
B=54.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95521740.450.7000.32261.1553.9844.31
Hex5F34AE2D46020105362c
Octal13764256551060404056654
Binary10111111101001010111010110110001100100000100000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F34AE; }

 p { color: rgb(95,52,174); }

 H1.HeaderClassName
 {
   color: #5F34AE;
 }
 .AnyTagClassName
 {
   color: #5F34AE;
 }
</style>
background-color css

<style>
 a { background-color: #5F34AE; }

 a { background-color: rgb(95,52,174); }

 div.DivClassName
 {
   background-color: #5F34AE;
 }
 .BgClassName
 {
   background-color: #5F34AE;
 }
</style>
border-color css

<style>
 span { border-color: #5F34AE; }

 span { border-color: rgb(95,52,174); }

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