#6B22AB

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

Shades of Purple Heart #6B22AB

Tints of Purple Heart #6B22AB

Color information

#6B22AB (or 0x6B22AB) is unknown color: approx Purple Heart. HEX triplet: 6B, 22 and AB. RGB value is (107,34,171). Sum of RGB (Red+Green+Blue) = 107+34+171=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B22AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B22AB is #94DD54. Grayscale: #464646. Windows color (decimal): -9755989 or 11215467. OLE color: 11215467.

HSL color Cylindrical-coordinate representation of color #6B22AB: hue angle of 271.97º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B22AB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10734171-
CMYK0.370.8000.33
HSL271.97º66.83%40.2%-
HSV(B)271.97º80.12%67.06%-
XYZ13.997.2139.18-
YUV71.44184.18153.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=34.29%
G=10.90%
B=54.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107341710.370.8000.33271.9766.8340.2
Hex6B22AB25500211104328
Octal153422534512004142010350
Binary110101110001010101011100101101000001000011000100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B22AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,34,171); }

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

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

 a { background-color: rgb(107,34,171); }

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

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

 span { border-color: rgb(107,34,171); }

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