#6E42BA

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

Shades of Purple Heart #6E42BA

Tints of Purple Heart #6E42BA

Color information

#6E42BA (or 0x6E42BA) is unknown color: approx Purple Heart. HEX triplet: 6E, 42 and BA. RGB value is (110,66,186). Sum of RGB (Red+Green+Blue) = 110+66+186=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E42BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E42BA is #91BD45. Grayscale: #5C5C5C. Windows color (decimal): -9551174 or 12206702. OLE color: 12206702.

HSL color Cylindrical-coordinate representation of color #6E42BA: hue angle of 262º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E42BA is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11066186-
CMYK0.410.6500.27
HSL262º47.62%49.41%-
HSV(B)262º64.52%72.94%-
XYZ17.2410.7647.62-
YUV92.84180.58140.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=30.39%
G=18.23%
B=51.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110661860.410.6500.2726247.6249.41
Hex6E42BA294101B1063031
Octal156102272511010334066061
Binary11011101000010101110101010011000001011011100000110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,186); }

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

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

 a { background-color: rgb(110,66,186); }

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

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

 span { border-color: rgb(110,66,186); }

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