#6A2AB8

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

Shades of Purple Heart #6A2AB8

Tints of Purple Heart #6A2AB8

Color information

#6A2AB8 (or 0x6A2AB8) is unknown color: approx Purple Heart. HEX triplet: 6A, 2A and B8. RGB value is (106,42,184). Sum of RGB (Red+Green+Blue) = 106+42+184=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #6A2AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2AB8 is #95D547. Grayscale: #4C4C4C. Windows color (decimal): -9819464 or 12069482. OLE color: 12069482.

HSL color Cylindrical-coordinate representation of color #6A2AB8: hue angle of 267.04º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A2AB8 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10642184-
CMYK0.420.7700.28
HSL267.04º62.83%44.31%-
HSV(B)267.04º77.17%72.16%-
XYZ15.428.1846.11-
YUV77.32188.2148.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 42 (16.80% from 255) = 12.65%
BLUE value IS 184 (72.27% from 255) = 55.42%
R=31.93%
G=12.65%
B=55.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106421840.420.7700.28267.0462.8344.31
Hex6A2AB82A4D01C10b3f2c
Octal15252270521150344137754
Binary1101010101010101110001010101001101011100100001011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,184); }

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

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

 a { background-color: rgb(106,42,184); }

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

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

 span { border-color: rgb(106,42,184); }

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