#621CC1

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

Shades of Purple Heart #621CC1

Tints of Purple Heart #621CC1

Color information

#621CC1 (or 0x621CC1) is unknown color: approx Purple Heart. HEX triplet: 62, 1C and C1. RGB value is (98,28,193). Sum of RGB (Red+Green+Blue) = 98+28+193=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #621CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CC1 is #9DE33E. Grayscale: #434343. Windows color (decimal): -10347327 or 12655714. OLE color: 12655714.

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

Color convert

RGB9828193-
CMYK0.490.8500.24
HSL265.45º74.66%43.33%-
HSV(B)265.45º85.49%75.69%-
XYZ15.087.2851.06-
YUV67.74198.69149.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 193 (75.78% from 255) = 60.50%
R=30.72%
G=8.78%
B=60.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal98281930.490.8500.24265.4574.6643.33
Hex621CC131550181094b2b
Octal142343016112503041111353
Binary1100010111001100000111000110101010110001000010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,28,193); }

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

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

 a { background-color: rgb(98,28,193); }

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

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

 span { border-color: rgb(98,28,193); }

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