#6A16CA

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

Shades of Purple Heart #6A16CA

Tints of Purple Heart #6A16CA

Color information

#6A16CA (or 0x6A16CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 16 and CA. RGB value is (106,22,202). Sum of RGB (Red+Green+Blue) = 106+22+202=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A16CA is #95E935. Grayscale: #434343. Windows color (decimal): -9824566 or 13244010. OLE color: 13244010.

HSL color Cylindrical-coordinate representation of color #6A16CA: hue angle of 268º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A16CA is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10622202-
CMYK0.480.8900.21
HSL268º80.36%43.92%-
HSV(B)268º89.11%79.22%-
XYZ16.897.956.51-
YUV67.64203.83155.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 22 (8.98% from 255) = 6.67%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=32.12%
G=6.67%
B=61.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106222020.480.8900.2126880.3643.92
Hex6A16CA305901510c502c
Octal152263126013102541412054
Binary1101010101101100101011000010110010101011000011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,202); }

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

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

 a { background-color: rgb(106,22,202); }

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

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

 span { border-color: rgb(106,22,202); }

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