#6033E4

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

Shades of Purple Heart #6033E4

Tints of Purple Heart #6033E4

Color information

#6033E4 (or 0x6033E4) is unknown color: approx Purple Heart. HEX triplet: 60, 33 and E4. RGB value is (96,51,228). Sum of RGB (Red+Green+Blue) = 96+51+228=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #6033E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033E4 is #9FCC1B. Grayscale: #535353. Windows color (decimal): -10472476 or 14955360. OLE color: 14955360.

HSL color Cylindrical-coordinate representation of color #6033E4: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6033E4 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9651228-
CMYK0.580.7800.11
HSL255.25º76.62%54.71%-
HSV(B)255.25º77.63%89.41%-
XYZ20.0110.4674.36-
YUV84.63208.91136.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 228 (89.45% from 255) = 60.8%
R=25.6%
G=13.6%
B=60.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96512280.580.7800.11255.2576.6254.71
Hex6033E43A4E0Bff4d37
Octal140633447211601337711567
Binary110000011001111100100111010100111001011111111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6033E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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