#6922AB

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

Shades of Purple Heart #6922AB

Tints of Purple Heart #6922AB

Color information

#6922AB (or 0x6922AB) is unknown color: approx Purple Heart. HEX triplet: 69, 22 and AB. RGB value is (105,34,171). Sum of RGB (Red+Green+Blue) = 105+34+171=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6922AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6922AB is #96DD54. Grayscale: #464646. Windows color (decimal): -9887061 or 11215465. OLE color: 11215465.

HSL color Cylindrical-coordinate representation of color #6922AB: hue angle of 271.09º 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 #6922AB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10534171-
CMYK0.390.8000.33
HSL271.09º66.83%40.2%-
HSV(B)271.09º80.12%67.06%-
XYZ13.757.0939.17-
YUV70.85184.52152.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=33.87%
G=10.97%
B=55.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105341710.390.8000.33271.0966.8340.2
Hex6922AB275002110f4328
Octal151422534712004141710350
Binary110100110001010101011100111101000001000011000011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6922AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6922AB; }

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

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

<style>
 a { background-color: #6922AB; }

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

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

<style>
 span { border-color: #6922AB; }

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

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