#6E2FCF

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

Shades of Purple Heart #6E2FCF

Tints of Purple Heart #6E2FCF

Color information

#6E2FCF (or 0x6E2FCF) is unknown color: approx Purple Heart. HEX triplet: 6E, 2F and CF. RGB value is (110,47,207). Sum of RGB (Red+Green+Blue) = 110+47+207=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E2FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2FCF is #91D030. Grayscale: #535353. Windows color (decimal): -9556017 or 13578094. OLE color: 13578094.

HSL color Cylindrical-coordinate representation of color #6E2FCF: hue angle of 263.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2FCF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11047207-
CMYK0.470.7700.19
HSL263.62º62.99%49.8%-
HSV(B)263.62º77.29%81.18%-
XYZ18.719.8559.95-
YUV84.08197.37146.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 207 (81.25% from 255) = 56.87%
R=30.22%
G=12.91%
B=56.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110472070.470.7700.19263.6262.9949.8
Hex6E2FCF2F4D0131083f32
Octal15657317571150234107762
Binary1101110101111110011111011111001101010011100001000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,47,207); }

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

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

 a { background-color: rgb(110,47,207); }

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

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

 span { border-color: rgb(110,47,207); }

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