Html Css Color HEX #700078 Purple

📋 copy color: '#700078'

red 112 ◦ green 0 ◦ blue 120

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

Shades of Purple #700078

Tints of Purple #700078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 48.28%
G = 0%
B = 51.72%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700078 (or 0x700078) is known color: Purple. HEX triplet: 70, 00 and 78. RGB value is (112,0,120). Sum of RGB (Red+Green+Blue) = 112+0+120=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #700078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700078 is #8FFF87. Grayscale: #2E2E2E. Windows color (decimal): -9437064 or 7864432. OLE color: 7864432.

HSL color Cylindrical-coordinate representation of color #700078: hue angle of 296º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700078 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 0 120 -
CMYK 0.07 1 0 0.53
HSL 296º 1% 0.24% -
HSV(B) 296º 1% 0.47% -
XYZ 10.07 4.8 18.17 -
YUV 47.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 112 0 120 0.07 1 0 0.53 296 1 0.24
Hex 70 0 78 7 64 0 35 128 64 18
Octal 160 0 170 7 144 0 65 450 144 30
Binary 1110000 0 1111000 111 1100100 0 110101 100101000 1100100 11000

Color Harmonies of #700078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700078

Black with #700078

Text Example


Text Example

White with #700078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700078; }

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

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

background-color css

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

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

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

border-color css

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

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

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