#621AB5

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

Shades of Purple Heart #621AB5

Tints of Purple Heart #621AB5

Color information

#621AB5 (or 0x621AB5) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and B5. RGB value is (98,26,181). Sum of RGB (Red+Green+Blue) = 98+26+181=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #621AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AB5 is #9DE54A. Grayscale: #404040. Windows color (decimal): -10347851 or 11868770. OLE color: 11868770.

HSL color Cylindrical-coordinate representation of color #621AB5: hue angle of 267.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621AB5 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9826181-
CMYK0.460.8600.29
HSL267.87º74.88%40.59%-
HSV(B)267.87º85.64%70.98%-
XYZ13.756.6744.28-
YUV65.2193.35151.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 26 (10.55% from 255) = 8.52%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=32.13%
G=8.52%
B=59.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98261810.460.8600.29267.8774.8840.59
Hex621AB52E5601D10c4b29
Octal142322655612603541411351
Binary1100010110101011010110111010101100111011000011001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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