#6A10A3

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

Shades of Purple Heart #6A10A3

Tints of Purple Heart #6A10A3

Color information

#6A10A3 (or 0x6A10A3) is unknown color: approx Purple Heart. HEX triplet: 6A, 10 and A3. RGB value is (106,16,163). Sum of RGB (Red+Green+Blue) = 106+16+163=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #6A10A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A10A3 is #95EF5C. Grayscale: #3B3B3B. Windows color (decimal): -9826141 or 10686570. OLE color: 10686570.

HSL color Cylindrical-coordinate representation of color #6A10A3: hue angle of 276.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A10A3 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10616163-
CMYK0.350.9000.36
HSL276.73º82.12%35.1%-
HSV(B)276.73º90.18%63.92%-
XYZ12.746.0835.15-
YUV59.67186.32161.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=37.19%
G=5.61%
B=57.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106161630.350.9000.36276.7382.1235.1
Hex6A10A3235A0241155223
Octal152202434313204442512243
Binary11010101000010100011100011101101001001001000101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A10A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,16,163); }

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

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

 a { background-color: rgb(106,16,163); }

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

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

 span { border-color: rgb(106,16,163); }

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