#621BCC

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

Shades of Purple Heart #621BCC

Tints of Purple Heart #621BCC

Color information

#621BCC (or 0x621BCC) is unknown color: approx Purple Heart. HEX triplet: 62, 1B and CC. RGB value is (98,27,204). Sum of RGB (Red+Green+Blue) = 98+27+204=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #621BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BCC is #9DE433. Grayscale: #434343. Windows color (decimal): -10347572 or 13376354. OLE color: 13376354.

HSL color Cylindrical-coordinate representation of color #621BCC: hue angle of 264.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621BCC is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9827204-
CMYK0.520.8700.2
HSL264.07º76.62%45.29%-
HSV(B)264.07º86.76%80%-
XYZ16.337.7457.76-
YUV68.41204.52149.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 27 (10.94% from 255) = 8.21%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=29.79%
G=8.21%
B=62.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98272040.520.8700.2264.0776.6245.29
Hex621BCC34570141084d2d
Octal142333146412702441011555
Binary1100010110111100110011010010101110101001000010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,204); }

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

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

 a { background-color: rgb(98,27,204); }

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

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

 span { border-color: rgb(98,27,204); }

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