#6421D8

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

Shades of Purple Heart #6421D8

Tints of Purple Heart #6421D8

Color information

#6421D8 (or 0x6421D8) is unknown color: approx Purple Heart. HEX triplet: 64, 21 and D8. RGB value is (100,33,216). Sum of RGB (Red+Green+Blue) = 100+33+216=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #6421D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6421D8 is #9BDE27. Grayscale: #494949. Windows color (decimal): -10214952 or 14164324. OLE color: 14164324.

HSL color Cylindrical-coordinate representation of color #6421D8: hue angle of 261.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6421D8 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10033216-
CMYK0.540.8500.15
HSL261.97º73.49%48.82%-
HSV(B)261.97º84.72%84.71%-
XYZ18.198.7565.7-
YUV73.9208.2146.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 33 (13.28% from 255) = 9.46%
BLUE value IS 216 (84.77% from 255) = 61.89%
R=28.65%
G=9.46%
B=61.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100332160.540.8500.15261.9773.4948.82
Hex6421D836550F1064931
Octal144413306612501740611161
Binary1100100100001110110001101101010101011111000001101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6421D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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