#6E2FBD

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

Shades of Purple Heart #6E2FBD

Tints of Purple Heart #6E2FBD

Color information

#6E2FBD (or 0x6E2FBD) is unknown color: approx Purple Heart. HEX triplet: 6E, 2F and BD. RGB value is (110,47,189). Sum of RGB (Red+Green+Blue) = 110+47+189=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2FBD is #91D042. Grayscale: #515151. Windows color (decimal): -9556035 or 12398446. OLE color: 12398446.

HSL color Cylindrical-coordinate representation of color #6E2FBD: hue angle of 266.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2FBD is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11047189-
CMYK0.420.7500.26
HSL266.62º60.17%46.27%-
HSV(B)266.62º75.13%74.12%-
XYZ16.639.0249.01-
YUV82.02188.37147.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 47 (18.75% from 255) = 13.58%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=31.79%
G=13.58%
B=54.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110471890.420.7500.26266.6260.1746.27
Hex6E2FBD2A4B01A10b3c2e
Octal15657275521130324137456
Binary1101110101111101111011010101001011011010100001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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