#6032AE

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

Shades of Purple Heart #6032AE

Tints of Purple Heart #6032AE

Color information

#6032AE (or 0x6032AE) is unknown color: approx Purple Heart. HEX triplet: 60, 32 and AE. RGB value is (96,50,174). Sum of RGB (Red+Green+Blue) = 96+50+174=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 50 (19.92% from 255 or 15.62% 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 #6032AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6032AE is #9FCD51. Grayscale: #4D4D4D. Windows color (decimal): -10472786 or 11416160. OLE color: 11416160.

HSL color Cylindrical-coordinate representation of color #6032AE: hue angle of 262.26º 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 #6032AE is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9650174-
CMYK0.450.7100.32
HSL262.26º55.36%43.92%-
HSV(B)262.26º71.26%68.24%-
XYZ13.67.8240.84-
YUV77.89182.24140.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=30%
G=15.62%
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
Decimal96501740.450.7100.32262.2655.3643.92
Hex6032AE2D47020106372c
Octal14062256551070404066754
Binary11000001100101010111010110110001110100000100000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6032AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6032AE; }

 p { color: rgb(96,50,174); }

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

<style>
 a { background-color: #6032AE; }

 a { background-color: rgb(96,50,174); }

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

<style>
 span { border-color: #6032AE; }

 span { border-color: rgb(96,50,174); }

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