#6421B4

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

Shades of Purple Heart #6421B4

Tints of Purple Heart #6421B4

Color information

#6421B4 (or 0x6421B4) is unknown color: approx Purple Heart. HEX triplet: 64, 21 and B4. RGB value is (100,33,180). Sum of RGB (Red+Green+Blue) = 100+33+180=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #6421B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421B4 is #9BDE4B. Grayscale: #454545. Windows color (decimal): -10214988 or 11805028. OLE color: 11805028.

HSL color Cylindrical-coordinate representation of color #6421B4: hue angle of 267.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6421B4 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10033180-
CMYK0.440.8200.29
HSL267.35º69.01%41.76%-
HSV(B)267.35º81.67%70.59%-
XYZ14.047.0943.81-
YUV69.79190.2149.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 180 (70.70% from 255) = 57.51%
R=31.95%
G=10.54%
B=57.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal100331800.440.8200.29267.3569.0141.76
Hex6421B42C5201D10b452a
Octal144412645412203541310552
Binary11001001000011011010010110010100100111011000010111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6421B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6421B4; }

 p { color: rgb(100,33,180); }

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

<style>
 a { background-color: #6421B4; }

 a { background-color: rgb(100,33,180); }

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

<style>
 span { border-color: #6421B4; }

 span { border-color: rgb(100,33,180); }

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