#6E33B2

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

Shades of Purple Heart #6E33B2

Tints of Purple Heart #6E33B2

Color information

#6E33B2 (or 0x6E33B2) is unknown color: approx Purple Heart. HEX triplet: 6E, 33 and B2. RGB value is (110,51,178). Sum of RGB (Red+Green+Blue) = 110+51+178=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E33B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E33B2 is #91CC4D. Grayscale: #525252. Windows color (decimal): -9555022 or 11678574. OLE color: 11678574.

HSL color Cylindrical-coordinate representation of color #6E33B2: hue angle of 267.87º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E33B2 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11051178-
CMYK0.380.7100.30
HSL267.87º55.46%44.9%-
HSV(B)267.87º71.35%69.8%-
XYZ15.658.943.01-
YUV83.12181.55147.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=32.45%
G=15.04%
B=52.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal110511780.380.7100.30267.8755.4644.9
Hex6E33B2264701E10c372d
Octal15663262461070364146755
Binary1101110110011101100101001101000111011110100001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E33B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E33B2; }

 p { color: rgb(110,51,178); }

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

<style>
 a { background-color: #6E33B2; }

 a { background-color: rgb(110,51,178); }

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

<style>
 span { border-color: #6E33B2; }

 span { border-color: rgb(110,51,178); }

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