#6A42BA

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

Shades of Purple Heart #6A42BA

Tints of Purple Heart #6A42BA

Color information

#6A42BA (or 0x6A42BA) is unknown color: approx Purple Heart. HEX triplet: 6A, 42 and BA. RGB value is (106,66,186). Sum of RGB (Red+Green+Blue) = 106+66+186=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A42BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42BA is #95BD45. Grayscale: #5B5B5B. Windows color (decimal): -9813318 or 12206698. OLE color: 12206698.

HSL color Cylindrical-coordinate representation of color #6A42BA: hue angle of 260º 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 #6A42BA is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10666186-
CMYK0.430.6500.27
HSL260º47.62%49.41%-
HSV(B)260º64.52%72.94%-
XYZ16.7610.5147.6-
YUV91.64181.25138.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=29.61%
G=18.44%
B=51.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106661860.430.6500.2726047.6249.41
Hex6A42BA2B4101B1043031
Octal152102272531010334046061
Binary11010101000010101110101010111000001011011100000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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