#6122AD

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

Shades of Purple Heart #6122AD

Tints of Purple Heart #6122AD

Color information

#6122AD (or 0x6122AD) is unknown color: approx Purple Heart. HEX triplet: 61, 22 and AD. RGB value is (97,34,173). Sum of RGB (Red+Green+Blue) = 97+34+173=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #6122AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6122AD is #9EDD52. Grayscale: #444444. Windows color (decimal): -10411347 or 11346529. OLE color: 11346529.

HSL color Cylindrical-coordinate representation of color #6122AD: hue angle of 267.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6122AD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9734173-
CMYK0.440.8000.32
HSL267.19º67.15%40.59%-
HSV(B)267.19º80.35%67.84%-
XYZ13.046.740.14-
YUV68.68186.87148.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=31.91%
G=11.18%
B=56.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97341730.440.8000.32267.1967.1540.59
Hex6122AD2C5002010b4329
Octal141422555412004041310351
Binary110000110001010101101101100101000001000001000010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6122AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6122AD; }

 p { color: rgb(97,34,173); }

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

<style>
 a { background-color: #6122AD; }

 a { background-color: rgb(97,34,173); }

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

<style>
 span { border-color: #6122AD; }

 span { border-color: rgb(97,34,173); }

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