#6E3FCA

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

Shades of Purple Heart #6E3FCA

Tints of Purple Heart #6E3FCA

Color information

#6E3FCA (or 0x6E3FCA) is unknown color: approx Purple Heart. HEX triplet: 6E, 3F and CA. RGB value is (110,63,202). Sum of RGB (Red+Green+Blue) = 110+63+202=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E3FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FCA is #91C035. Grayscale: #5C5C5C. Windows color (decimal): -9551926 or 13254510. OLE color: 13254510.

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

Color convert

RGB11063202-
CMYK0.460.6900.21
HSL260.29º56.73%51.96%-
HSV(B)260.29º68.81%79.22%-
XYZ18.8711.1357.03-
YUV92.9189.57140.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=29.33%
G=16.8%
B=53.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110632020.460.6900.21260.2956.7351.96
Hex6E3FCA2E450151043934
Octal15677312561050254047164
Binary1101110111111110010101011101000101010101100000100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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