#622CAC

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

Shades of Purple Heart #622CAC

Tints of Purple Heart #622CAC

Color information

#622CAC (or 0x622CAC) is unknown color: approx Purple Heart. HEX triplet: 62, 2C and AC. RGB value is (98,44,172). Sum of RGB (Red+Green+Blue) = 98+44+172=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #622CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CAC is #9DD353. Grayscale: #4A4A4A. Windows color (decimal): -10343252 or 11283554. OLE color: 11283554.

HSL color Cylindrical-coordinate representation of color #622CAC: hue angle of 265.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622CAC is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9844172-
CMYK0.430.7400.33
HSL265.31º59.26%42.35%-
HSV(B)265.31º74.42%67.45%-
XYZ13.387.3839.75-
YUV74.74182.89144.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=31.21%
G=14.01%
B=54.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98441720.430.7400.33265.3159.2642.35
Hex622CAC2B4A0211093b2a
Octal14254254531120414117352
Binary11000101011001010110010101110010100100001100001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622CAC; }

 p { color: rgb(98,44,172); }

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

<style>
 a { background-color: #622CAC; }

 a { background-color: rgb(98,44,172); }

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

<style>
 span { border-color: #622CAC; }

 span { border-color: rgb(98,44,172); }

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