#6E1ACA

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

Shades of Purple Heart #6E1ACA

Tints of Purple Heart #6E1ACA

Color information

#6E1ACA (or 0x6E1ACA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1A and CA. RGB value is (110,26,202). Sum of RGB (Red+Green+Blue) = 110+26+202=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E1ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ACA is #91E535. Grayscale: #464646. Windows color (decimal): -9561398 or 13245038. OLE color: 13245038.

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

Color convert

RGB11026202-
CMYK0.460.8700.21
HSL268.64º77.19%44.71%-
HSV(B)268.64º87.13%79.22%-
XYZ17.468.3256.56-
YUV71.18201.83155.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=32.54%
G=7.69%
B=59.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110262020.460.8700.21268.6477.1944.71
Hex6E1ACA2E5701510d4d2d
Octal156323125612702541511555
Binary1101110110101100101010111010101110101011000011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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