#6033ae

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

Shades of Purple Heart #6033AE

Tints of Purple Heart #6033AE

Color information

#6033AE (or 0x6033AE) is unknown color: approx Purple Heart. HEX triplet: 60, 33 and AE. RGB value is (96,51,174). Sum of RGB (Red+Green+Blue) = 96+51+174=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 51 (20.31% from 255 or 15.89% 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 #6033AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6033AE is #9FCC51. Grayscale: #4E4E4E. Windows color (decimal): -10472530 or 11416416. OLE color: 11416416.

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

Color convert

RGB9651174-
CMYK0.450.7100.32
HSL261.95º54.67%44.12%-
HSV(B)261.95º70.69%68.24%-
XYZ13.657.9140.85-
YUV78.48181.91140.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=29.91%
G=15.89%
B=54.21%

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
Decimal96511740.450.7100.32261.9554.6744.12
Hex6033AE2D47020106372c
Octal14063256551070404066754
Binary11000001100111010111010110110001110100000100000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6033ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6033ae; }

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

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

<style>
 a { background-color: #6033ae; }

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

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

<style>
 span { border-color: #6033ae; }

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

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