#6E1BC0

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

Shades of Purple Heart #6E1BC0

Tints of Purple Heart #6E1BC0

Color information

#6E1BC0 (or 0x6E1BC0) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and C0. RGB value is (110,27,192). Sum of RGB (Red+Green+Blue) = 110+27+192=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E1BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BC0 is #91E43F. Grayscale: #464646. Windows color (decimal): -9561152 or 12589934. OLE color: 12589934.

HSL color Cylindrical-coordinate representation of color #6E1BC0: hue angle of 270.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1BC0 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11027192-
CMYK0.430.8600.25
HSL270.18º75.34%42.94%-
HSV(B)270.18º85.94%75.29%-
XYZ16.347.950.53-
YUV70.63196.5156.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 27 (10.94% from 255) = 8.21%
BLUE value IS 192 (75.39% from 255) = 58.36%
R=33.43%
G=8.21%
B=58.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110271920.430.8600.25270.1875.3442.94
Hex6E1BC02B5601910e4b2b
Octal156333005312603141611353
Binary1101110110111100000010101110101100110011000011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,27,192); }

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

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

 a { background-color: rgb(110,27,192); }

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

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

 span { border-color: rgb(110,27,192); }

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