#621ABC

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

Shades of Purple Heart #621ABC

Tints of Purple Heart #621ABC

Color information

#621ABC (or 0x621ABC) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and BC. RGB value is (98,26,188). Sum of RGB (Red+Green+Blue) = 98+26+188=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #621ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ABC is #9DE543. Grayscale: #414141. Windows color (decimal): -10347844 or 12327522. OLE color: 12327522.

HSL color Cylindrical-coordinate representation of color #621ABC: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621ABC is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9826188-
CMYK0.480.8600.26
HSL266.67º75.7%41.96%-
HSV(B)266.67º86.17%73.73%-
XYZ14.486.9748.16-
YUV66196.85150.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=31.41%
G=8.33%
B=60.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98261880.480.8600.26266.6775.741.96
Hex621ABC305601A10b4c2a
Octal142322746012603241311452
Binary1100010110101011110011000010101100110101000010111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,26,188); }

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

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

 a { background-color: rgb(98,26,188); }

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

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

 span { border-color: rgb(98,26,188); }

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