#6F21AA

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

Shades of Purple Heart #6F21AA

Tints of Purple Heart #6F21AA

Color information

#6F21AA (or 0x6F21AA) is unknown color: approx Purple Heart. HEX triplet: 6F, 21 and AA. RGB value is (111,33,170). Sum of RGB (Red+Green+Blue) = 111+33+170=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F21AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F21AA is #90DE55. Grayscale: #474747. Windows color (decimal): -9494102 or 11149679. OLE color: 11149679.

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

Color convert

RGB11133170-
CMYK0.350.8100.33
HSL274.16º67.49%39.8%-
HSV(B)274.16º80.59%66.67%-
XYZ14.367.3738.7-
YUV71.94183.34155.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=35.35%
G=10.51%
B=54.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111331700.350.8100.33274.1667.4939.8
Hex6F21AA23510211124328
Octal157412524312104142210350
Binary110111110000110101010100011101000101000011000100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F21AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,170); }

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

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

 a { background-color: rgb(111,33,170); }

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

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

 span { border-color: rgb(111,33,170); }

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