#6614AD

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

Shades of Purple Heart #6614AD

Tints of Purple Heart #6614AD

Color information

#6614AD (or 0x6614AD) is unknown color: approx Purple Heart. HEX triplet: 66, 14 and AD. RGB value is (102,20,173). Sum of RGB (Red+Green+Blue) = 102+20+173=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #6614AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6614AD is #99EB52. Grayscale: #3D3D3D. Windows color (decimal): -10087251 or 11342950. OLE color: 11342950.

HSL color Cylindrical-coordinate representation of color #6614AD: hue angle of 272.16º 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 #6614AD is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10220173-
CMYK0.410.8800.32
HSL272.16º79.27%37.84%-
HSV(B)272.16º88.44%67.84%-
XYZ13.276.3440.06-
YUV61.96190.67156.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=34.58%
G=6.78%
B=58.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102201730.410.8800.32272.1679.2737.84
Hex6614AD29580201104f26
Octal146242555113004042011746
Binary11001101010010101101101001101100001000001000100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6614AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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