#621EAD

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

Shades of Purple Heart #621EAD

Tints of Purple Heart #621EAD

Color information

#621EAD (or 0x621EAD) is unknown color: approx Purple Heart. HEX triplet: 62, 1E and AD. RGB value is (98,30,173). Sum of RGB (Red+Green+Blue) = 98+30+173=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #621EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621EAD is #9DE152. Grayscale: #424242. Windows color (decimal): -10346835 or 11345506. OLE color: 11345506.

HSL color Cylindrical-coordinate representation of color #621EAD: hue angle of 268.53º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621EAD is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9830173-
CMYK0.430.8300.32
HSL268.53º70.44%39.8%-
HSV(B)268.53º82.66%67.84%-
XYZ13.046.5440.11-
YUV66.63188.03150.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=32.56%
G=9.97%
B=57.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98301730.430.8300.32268.5370.4439.8
Hex621EAD2B5302010d4628
Octal142362555312304041510650
Binary11000101111010101101101011101001101000001000011011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,30,173); }

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

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

 a { background-color: rgb(98,30,173); }

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

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

 span { border-color: rgb(98,30,173); }

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