#6414AD

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

Shades of Purple Heart #6414AD

Tints of Purple Heart #6414AD

Color information

#6414AD (or 0x6414AD) is unknown color: approx Purple Heart. HEX triplet: 64, 14 and AD. RGB value is (100,20,173). Sum of RGB (Red+Green+Blue) = 100+20+173=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6414AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6414AD is #9BEB52. Grayscale: #3C3C3C. Windows color (decimal): -10218323 or 11342948. OLE color: 11342948.

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

Color convert

RGB10020173-
CMYK0.420.8800.32
HSL271.37º79.27%37.84%-
HSV(B)271.37º88.44%67.84%-
XYZ13.056.2340.05-
YUV61.36191155.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=34.13%
G=6.83%
B=59.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100201730.420.8800.32271.3779.2737.84
Hex6414AD2A5802010f4f26
Octal144242555213004041711746
Binary11001001010010101101101010101100001000001000011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6414AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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