#621EBE

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

Shades of Purple Heart #621EBE

Tints of Purple Heart #621EBE

Color information

#621EBE (or 0x621EBE) is unknown color: approx Purple Heart. HEX triplet: 62, 1E and BE. RGB value is (98,30,190). Sum of RGB (Red+Green+Blue) = 98+30+190=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #621EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621EBE is #9DE141. Grayscale: #444444. Windows color (decimal): -10346818 or 12459618. OLE color: 12459618.

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

Color convert

RGB9830190-
CMYK0.480.8400.25
HSL265.5º72.73%43.14%-
HSV(B)265.5º84.21%74.51%-
XYZ14.87.2449.33-
YUV68.57196.53148.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=30.82%
G=9.43%
B=59.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98301900.480.8400.25265.572.7343.14
Hex621EBE305401910a492b
Octal142362766012403141211153
Binary1100010111101011111011000010101000110011000010101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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