#6E1CCB

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

Shades of Purple Heart #6E1CCB

Tints of Purple Heart #6E1CCB

Color information

#6E1CCB (or 0x6E1CCB) is unknown color: approx Purple Heart. HEX triplet: 6E, 1C and CB. RGB value is (110,28,203). Sum of RGB (Red+Green+Blue) = 110+28+203=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E1CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CCB is #91E334. Grayscale: #474747. Windows color (decimal): -9560885 or 13311086. OLE color: 13311086.

HSL color Cylindrical-coordinate representation of color #6E1CCB: hue angle of 268.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1CCB is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11028203-
CMYK0.460.8600.20
HSL268.11º75.76%45.29%-
HSV(B)268.11º86.21%79.61%-
XYZ17.638.4657.2-
YUV72.47201.67154.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 203 (79.69% from 255) = 59.53%
R=32.26%
G=8.21%
B=59.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110282030.460.8600.20268.1175.7645.29
Hex6E1CCB2E5601410c4c2d
Octal156343135612602441411455
Binary1101110111001100101110111010101100101001000011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,203); }

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

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

 a { background-color: rgb(110,28,203); }

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

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

 span { border-color: rgb(110,28,203); }

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