#622CAB

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

Shades of Purple Heart #622CAB

Tints of Purple Heart #622CAB

Color information

#622CAB (or 0x622CAB) is unknown color: approx Purple Heart. HEX triplet: 62, 2C and AB. RGB value is (98,44,171). Sum of RGB (Red+Green+Blue) = 98+44+171=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #622CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622CAB is #9DD354. Grayscale: #4A4A4A. Windows color (decimal): -10343253 or 11218018. OLE color: 11218018.

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

Color convert

RGB9844171-
CMYK0.430.7400.33
HSL265.51º59.07%42.16%-
HSV(B)265.51º74.27%67.06%-
XYZ13.297.3439.24-
YUV74.62182.39144.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=31.31%
G=14.06%
B=54.63%

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
Decimal98441710.430.7400.33265.5159.0742.16
Hex622CAB2B4A02110a3b2a
Octal14254253531120414127352
Binary11000101011001010101110101110010100100001100001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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