#621AA2

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

Shades of Purple Heart #621AA2

Tints of Purple Heart #621AA2

Color information

#621AA2 (or 0x621AA2) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and A2. RGB value is (98,26,162). Sum of RGB (Red+Green+Blue) = 98+26+162=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #621AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621AA2 is #9DE55D. Grayscale: #3E3E3E. Windows color (decimal): -10347870 or 10623586. OLE color: 10623586.

HSL color Cylindrical-coordinate representation of color #621AA2: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621AA2 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9826162-
CMYK0.400.8400.36
HSL271.76º72.34%36.86%-
HSV(B)271.76º83.95%63.53%-
XYZ11.935.9434.7-
YUV63.03183.85152.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 162 (63.67% from 255) = 56.64%
R=34.27%
G=9.09%
B=56.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98261620.400.8400.36271.7672.3436.86
Hex621AA228540241104825
Octal142322425012404442011045
Binary11000101101010100010101000101010001001001000100001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621AA2; }

 p { color: rgb(98,26,162); }

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

<style>
 a { background-color: #621AA2; }

 a { background-color: rgb(98,26,162); }

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

<style>
 span { border-color: #621AA2; }

 span { border-color: rgb(98,26,162); }

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