#621CBF

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

Shades of Purple Heart #621CBF

Tints of Purple Heart #621CBF

Color information

#621CBF (or 0x621CBF) is unknown color: approx Purple Heart. HEX triplet: 62, 1C and BF. RGB value is (98,28,191). Sum of RGB (Red+Green+Blue) = 98+28+191=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #621CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CBF is #9DE340. Grayscale: #424242. Windows color (decimal): -10347329 or 12524642. OLE color: 12524642.

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

Color convert

RGB9828191-
CMYK0.490.8500.25
HSL265.77º74.43%42.94%-
HSV(B)265.77º85.34%74.9%-
XYZ14.867.1949.89-
YUV67.51197.69149.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 191 (75% from 255) = 60.25%
R=30.91%
G=8.83%
B=60.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98281910.490.8500.25265.7774.4342.94
Hex621CBF315501910a4a2b
Octal142342776112503141211253
Binary1100010111001011111111000110101010110011000010101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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