#621DC4

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

Shades of Purple Heart #621DC4

Tints of Purple Heart #621DC4

Color information

#621DC4 (or 0x621DC4) is unknown color: approx Purple Heart. HEX triplet: 62, 1D and C4. RGB value is (98,29,196). Sum of RGB (Red+Green+Blue) = 98+29+196=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #621DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DC4 is #9DE23B. Grayscale: #444444. Windows color (decimal): -10347068 or 12852578. OLE color: 12852578.

HSL color Cylindrical-coordinate representation of color #621DC4: hue angle of 264.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621DC4 is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9829196-
CMYK0.50.8500.23
HSL264.79º74.22%44.12%-
HSV(B)264.79º85.2%76.86%-
XYZ15.447.4652.85-
YUV68.67199.86148.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 196 (76.95% from 255) = 60.68%
R=30.34%
G=8.98%
B=60.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98291960.50.8500.23264.7974.2244.12
Hex621DC432550171094a2c
Octal142353046212502741111254
Binary1100010111011100010011001010101010101111000010011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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