#6121aa

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

Shades of Purple Heart #6121AA

Tints of Purple Heart #6121AA

Color information

#6121AA (or 0x6121AA) is unknown color: approx Purple Heart. HEX triplet: 61, 21 and AA. RGB value is (97,33,170). Sum of RGB (Red+Green+Blue) = 97+33+170=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #6121AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AA is #9EDE55. Grayscale: #434343. Windows color (decimal): -10411606 or 11149665. OLE color: 11149665.

HSL color Cylindrical-coordinate representation of color #6121AA: hue angle of 268.03º 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 #6121AA is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9733170-
CMYK0.430.8100.33
HSL268.03º67.49%39.8%-
HSV(B)268.03º80.59%66.67%-
XYZ12.736.5338.62-
YUV67.75185.7148.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=32.33%
G=11%
B=56.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97331700.430.8100.33268.0367.4939.8
Hex6121AA2B5102110c4328
Octal141412525312104141410350
Binary110000110000110101010101011101000101000011000011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6121aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6121aa; }

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

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

<style>
 a { background-color: #6121aa; }

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

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

<style>
 span { border-color: #6121aa; }

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

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