#621CCF

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

Shades of Purple Heart #621CCF

Tints of Purple Heart #621CCF

Color information

#621CCF (or 0x621CCF) is unknown color: approx Purple Heart. HEX triplet: 62, 1C and CF. RGB value is (98,28,207). Sum of RGB (Red+Green+Blue) = 98+28+207=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #621CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621CCF is #9DE330. Grayscale: #444444. Windows color (decimal): -10347313 or 13573218. OLE color: 13573218.

HSL color Cylindrical-coordinate representation of color #621CCF: hue angle of 263.46º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621CCF is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9828207-
CMYK0.530.8600.19
HSL263.46º76.17%46.08%-
HSV(B)263.46º86.47%81.18%-
XYZ16.717.9359.68-
YUV69.34205.69148.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 28 (11.33% from 255) = 8.41%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=29.43%
G=8.41%
B=62.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98282070.530.8600.19263.4676.1746.08
Hex621CCF35560131074c2e
Octal142343176512602340711456
Binary1100010111001100111111010110101100100111000001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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