#6E32BC

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

Shades of Purple Heart #6E32BC

Tints of Purple Heart #6E32BC

Color information

#6E32BC (or 0x6E32BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 32 and BC. RGB value is (110,50,188). Sum of RGB (Red+Green+Blue) = 110+50+188=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32BC is #91CD43. Grayscale: #535353. Windows color (decimal): -9555268 or 12333678. OLE color: 12333678.

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

Color convert

RGB11050188-
CMYK0.410.7300.26
HSL266.09º57.98%46.67%-
HSV(B)266.09º73.4%73.73%-
XYZ16.659.2348.48-
YUV83.67186.88146.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=31.61%
G=14.37%
B=54.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110501880.410.7300.26266.0957.9846.67
Hex6E32BC294901A10a3a2f
Octal15662274511110324127257
Binary1101110110010101111001010011001001011010100001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E32BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,188); }

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

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

 a { background-color: rgb(110,50,188); }

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

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

 span { border-color: rgb(110,50,188); }

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