#6E32D7

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

Shades of Purple Heart #6E32D7

Tints of Purple Heart #6E32D7

Color information

#6E32D7 (or 0x6E32D7) is unknown color: approx Purple Heart. HEX triplet: 6E, 32 and D7. RGB value is (110,50,215). Sum of RGB (Red+Green+Blue) = 110+50+215=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #6E32D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E32D7 is #91CD28. Grayscale: #565656. Windows color (decimal): -9555241 or 14103150. OLE color: 14103150.

HSL color Cylindrical-coordinate representation of color #6E32D7: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E32D7 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11050215-
CMYK0.490.7700.16
HSL261.82º67.35%51.96%-
HSV(B)261.82º76.74%84.31%-
XYZ19.8410.565.27-
YUV86.75200.38144.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 215 (84.38% from 255) = 57.33%
R=29.33%
G=13.33%
B=57.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal110502150.490.7700.16261.8267.3551.96
Hex6E32D7314D0101064334
Octal156623276111502040610364
Binary11011101100101101011111000110011010100001000001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E32D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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