#6425D8

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

Shades of Purple Heart #6425D8

Tints of Purple Heart #6425D8

Color information

#6425D8 (or 0x6425D8) is unknown color: approx Purple Heart. HEX triplet: 64, 25 and D8. RGB value is (100,37,216). Sum of RGB (Red+Green+Blue) = 100+37+216=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #6425D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425D8 is #9BDA27. Grayscale: #4B4B4B. Windows color (decimal): -10213928 or 14165348. OLE color: 14165348.

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

Color convert

RGB10037216-
CMYK0.540.8300.15
HSL261.12º70.75%49.61%-
HSV(B)261.12º82.87%84.71%-
XYZ18.318.9965.74-
YUV76.24206.87144.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 216 (84.77% from 255) = 61.19%
R=28.33%
G=10.48%
B=61.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100372160.540.8300.15261.1270.7549.61
Hex6425D836530F1054732
Octal144453306612301740510762
Binary1100100100101110110001101101010011011111000001011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6425D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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