#6E1CCA

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

Shades of Purple Heart #6E1CCA

Tints of Purple Heart #6E1CCA

Color information

#6E1CCA (or 0x6E1CCA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1C and CA. RGB value is (110,28,202). Sum of RGB (Red+Green+Blue) = 110+28+202=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E1CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CCA is #91E335. Grayscale: #474747. Windows color (decimal): -9560886 or 13245550. OLE color: 13245550.

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

Color convert

RGB11028202-
CMYK0.460.8600.21
HSL268.28º75.65%45.1%-
HSV(B)268.28º86.14%79.22%-
XYZ17.518.4156.58-
YUV72.35201.17154.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.35%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 202 (79.30% from 255) = 59.41%
R=32.35%
G=8.24%
B=59.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110282020.460.8600.21268.2875.6545.1
Hex6E1CCA2E5601510c4c2d
Octal156343125612602541411455
Binary1101110111001100101010111010101100101011000011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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