Html Css Color HEX #700478 Purple

📋 copy color: '#700478'

red 112 ◦ green 4 ◦ blue 120

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

Shades of Purple #700478

Tints of Purple #700478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 47.46%
G = 1.69%
B = 50.85%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700478 (or 0x700478) is known color: Purple. HEX triplet: 70, 04 and 78. RGB value is (112,4,120). Sum of RGB (Red+Green+Blue) = 112+4+120=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #700478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700478 is #8FFB87. Grayscale: #313131. Windows color (decimal): -9436040 or 7865456. OLE color: 7865456.

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

Color convert

RGB 112 4 120 -
CMYK 0.07 0.97 0 0.53
HSL 295.86º 0.94% 0.24% -
HSV(B) 295.86º 0.97% 0.47% -
XYZ 10.12 4.89 18.18 -
YUV 49.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 112 4 120 0.07 0.97 0 0.53 295.86 0.94 0.24
Hex 70 4 78 7 61 0 35 128 5E 18
Octal 160 4 170 7 141 0 65 450 136 30
Binary 1110000 100 1111000 111 1100001 0 110101 100101000 1011110 11000

Color Harmonies of #700478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700478

Black with #700478

Text Example


Text Example

White with #700478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700478; }

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

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

background-color css

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

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

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

border-color css

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

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

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