Html Css Color HEX #70047F Purple

📋 copy color: '#70047F'

red 112 ◦ green 4 ◦ blue 127

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

Shades of Purple #70047F

Tints of Purple #70047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.26%

R = 46.09%
G = 1.65%
B = 52.26%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70047F (or 0x70047F) is known color: Purple. HEX triplet: 70, 04 and 7F. RGB value is (112,4,127). Sum of RGB (Red+Green+Blue) = 112+4+127=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #70047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70047F is #8FFB80. Grayscale: #313131. Windows color (decimal): -9436033 or 8324208. OLE color: 8324208.

HSL color Cylindrical-coordinate representation of color #70047F: hue angle of 292.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70047F is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 4 127 -
CMYK 0.12 0.97 0 0.50
HSL 292.68º 0.94% 0.26% -
HSV(B) 292.68º 0.97% 0.5% -
XYZ 10.56 5.06 20.5 -
YUV 50.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 112 4 127 0.12 0.97 0 0.50 292.68 0.94 0.26
Hex 70 4 7F C 61 0 32 125 5E 1A
Octal 160 4 177 14 141 0 62 445 136 32
Binary 1110000 100 1111111 1100 1100001 0 110010 100100101 1011110 11010

Color Harmonies of #70047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70047F

Black with #70047F

Text Example


Text Example

White with #70047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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