#5F33AE

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

Shades of Purple Heart #5F33AE

Tints of Purple Heart #5F33AE

Color information

#5F33AE (or 0x5F33AE) is unknown color: approx Purple Heart. HEX triplet: 5F, 33 and AE. RGB value is (95,51,174). Sum of RGB (Red+Green+Blue) = 95+51+174=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F33AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F33AE is #A0CC51. Grayscale: #4D4D4D. Windows color (decimal): -10538066 or 11416415. OLE color: 11416415.

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

Color convert

RGB9551174-
CMYK0.450.7100.32
HSL261.46º54.67%44.12%-
HSV(B)261.46º70.69%68.24%-
XYZ13.547.8640.85-
YUV78.18182.08140-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=29.69%
G=15.94%
B=54.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95511740.450.7100.32261.4654.6744.12
Hex5F33AE2D47020105372c
Octal13763256551070404056754
Binary10111111100111010111010110110001110100000100000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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