#700ACD

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

Shades of Purple Heart #700ACD

Tints of Purple Heart #700ACD

Color information

#700ACD (or 0x700ACD) is unknown color: approx Purple Heart. HEX triplet: 70, 0A and CD. RGB value is (112,10,205). Sum of RGB (Red+Green+Blue) = 112+10+205=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #700ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ACD is #8FF532. Grayscale: #3E3E3E. Windows color (decimal): -9434419 or 13437552. OLE color: 13437552.

HSL color Cylindrical-coordinate representation of color #700ACD: hue angle of 271.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700ACD is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11210205-
CMYK0.450.9500.20
HSL271.38º90.7%42.16%-
HSV(B)271.38º95.12%80.39%-
XYZ17.818.0758.38-
YUV62.73208.29163.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 10 (4.30% from 255) = 3.06%
BLUE value IS 205 (80.47% from 255) = 62.69%
R=34.25%
G=3.06%
B=62.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112102050.450.9500.20271.3890.742.16
Hex70ACD2D5F01410f5b2a
Octal160123155513702441713352
Binary111000010101100110110110110111110101001000011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700ACD; }

 p { color: rgb(112,10,205); }

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

<style>
 a { background-color: #700ACD; }

 a { background-color: rgb(112,10,205); }

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

<style>
 span { border-color: #700ACD; }

 span { border-color: rgb(112,10,205); }

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