Html Css Color HEX #700060 Purple

📋 copy color: '#700060'

red 112 ◦ green 0 ◦ blue 96

#700060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #700060

Tints of Purple #700060

RGB

 RED value IS 112 (44.14% from 255) = 53.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 53.85%
G = 0%
B = 46.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700060 (or 0x700060) is known color: Purple. HEX triplet: 70, 00 and 60. RGB value is (112,0,96). Sum of RGB (Red+Green+Blue) = 112+0+96=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700060 is #8FFF9F. Grayscale: #2C2C2C. Windows color (decimal): -9437088 or 6291568. OLE color: 6291568.

HSL color Cylindrical-coordinate representation of color #700060: hue angle of 308.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700060 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 96 -
CMYK 0 1 0.14 0.56
HSL 308.57º 1% 0.22% -
HSV(B) 308.57º 1% 0.44% -
XYZ 8.79 4.29 11.43 -
YUV 44.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 112 0 96 0 1 0.14 0.56 308.57 1 0.22
Hex 70 0 60 0 64 E 38 135 64 16
Octal 160 0 140 0 144 16 70 465 144 26
Binary 1110000 0 1100000 0 1100100 1110 111000 100110101 1100100 10110

Color Harmonies of #700060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700060

Black with #700060

Text Example


Text Example

White with #700060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700060; }

 p { color: rgb(112,0,96); }

 H1.HeaderClassName
 {
   color: #700060;
 }
 .AnyTagClassName
 {
   color: #700060;
 }
</style>

background-color css

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

 a { background-color: rgb(112,0,96); }

 div.DivClassName
 {
   background-color: #700060;
 }
 .BgClassName
 {
   background-color: #700060;
 }
</style>

border-color css

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

 span { border-color: rgb(112,0,96); }

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