#642DAD

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

Shades of Purple Heart #642DAD

Tints of Purple Heart #642DAD

Color information

#642DAD (or 0x642DAD) is unknown color: approx Purple Heart. HEX triplet: 64, 2D and AD. RGB value is (100,45,173). Sum of RGB (Red+Green+Blue) = 100+45+173=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #642DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DAD is #9BD252. Grayscale: #4B4B4B. Windows color (decimal): -10211923 or 11349348. OLE color: 11349348.

HSL color Cylindrical-coordinate representation of color #642DAD: hue angle of 265.78º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642DAD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10045173-
CMYK0.420.7400.32
HSL265.78º58.72%42.75%-
HSV(B)265.78º73.99%67.84%-
XYZ13.747.640.28-
YUV76.04182.72145.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=31.45%
G=14.15%
B=54.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100451730.420.7400.32265.7858.7242.75
Hex642DAD2A4A02010a3b2b
Octal14455255521120404127353
Binary11001001011011010110110101010010100100000100001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642DAD; }

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

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

<style>
 a { background-color: #642DAD; }

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

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

<style>
 span { border-color: #642DAD; }

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

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