#6E33BB

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

Shades of Purple Heart #6E33BB

Tints of Purple Heart #6E33BB

Color information

#6E33BB (or 0x6E33BB) is unknown color: approx Purple Heart. HEX triplet: 6E, 33 and BB. RGB value is (110,51,187). Sum of RGB (Red+Green+Blue) = 110+51+187=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E33BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E33BB is #91CC44. Grayscale: #535353. Windows color (decimal): -9555013 or 12268398. OLE color: 12268398.

HSL color Cylindrical-coordinate representation of color #6E33BB: hue angle of 266.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E33BB is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11051187-
CMYK0.410.7300.27
HSL266.03º57.14%46.67%-
HSV(B)266.03º72.73%73.33%-
XYZ16.589.2747.93-
YUV84.14186.05146.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=31.61%
G=14.66%
B=53.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110511870.410.7300.27266.0357.1446.67
Hex6E33BB294901B10a392f
Octal15663273511110334127157
Binary1101110110011101110111010011001001011011100001010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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