#6425AD

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

Shades of Purple Heart #6425AD

Tints of Purple Heart #6425AD

Color information

#6425AD (or 0x6425AD) is unknown color: approx Purple Heart. HEX triplet: 64, 25 and AD. RGB value is (100,37,173). Sum of RGB (Red+Green+Blue) = 100+37+173=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6425AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6425AD is #9BDA52. Grayscale: #464646. Windows color (decimal): -10213971 or 11347300. OLE color: 11347300.

HSL color Cylindrical-coordinate representation of color #6425AD: hue angle of 267.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6425AD is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10037173-
CMYK0.420.7900.32
HSL267.79º64.76%41.18%-
HSV(B)267.79º78.61%67.84%-
XYZ13.467.0540.19-
YUV71.34185.37148.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=32.26%
G=11.94%
B=55.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100371730.420.7900.32267.7964.7641.18
Hex6425AD2A4F02010c4129
Octal144452555211704041410151
Binary110010010010110101101101010100111101000001000011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6425AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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