#621ABF

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

Shades of Purple Heart #621ABF

Tints of Purple Heart #621ABF

Color information

#621ABF (or 0x621ABF) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and BF. RGB value is (98,26,191). Sum of RGB (Red+Green+Blue) = 98+26+191=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #621ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ABF is #9DE540. Grayscale: #414141. Windows color (decimal): -10347841 or 12524130. OLE color: 12524130.

HSL color Cylindrical-coordinate representation of color #621ABF: hue angle of 266.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621ABF is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9826191-
CMYK0.490.8600.25
HSL266.18º76.04%42.55%-
HSV(B)266.18º86.39%74.9%-
XYZ14.817.149.88-
YUV66.34198.35150.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 191 (75% from 255) = 60.63%
R=31.11%
G=8.25%
B=60.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98261910.490.8600.25266.1876.0442.55
Hex621ABF315601910a4c2b
Octal142322776112603141211453
Binary1100010110101011111111000110101100110011000010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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