#621DAA

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

Shades of Purple Heart #621DAA

Tints of Purple Heart #621DAA

Color information

#621DAA (or 0x621DAA) is unknown color: approx Purple Heart. HEX triplet: 62, 1D and AA. RGB value is (98,29,170). Sum of RGB (Red+Green+Blue) = 98+29+170=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #621DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #621DAA is #9DE255. Grayscale: #414141. Windows color (decimal): -10347094 or 11148642. OLE color: 11148642.

HSL color Cylindrical-coordinate representation of color #621DAA: hue angle of 269.36º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621DAA is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9829170-
CMYK0.420.8300.33
HSL269.36º70.85%39.02%-
HSV(B)269.36º82.94%66.67%-
XYZ12.736.3838.59-
YUV65.7186.86151.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 170 (66.80% from 255) = 57.24%
R=33.00%
G=9.76%
B=57.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98291700.420.8300.33269.3670.8539.02
Hex621DAA2A5302110d4727
Octal142352525212304141510747
Binary11000101110110101010101010101001101000011000011011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,29,170); }

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

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

 a { background-color: rgb(98,29,170); }

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

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

 span { border-color: rgb(98,29,170); }

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