Html Css Color HEX #70107E Purple

📋 copy color: '#70107E'

red 112 ◦ green 16 ◦ blue 126

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

Shades of Purple #70107E

Tints of Purple #70107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 44.09%
G = 6.3%
B = 49.61%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70107E (or 0x70107E) is known color: Purple. HEX triplet: 70, 10 and 7E. RGB value is (112,16,126). Sum of RGB (Red+Green+Blue) = 112+16+126=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #70107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70107E is #8FEF81. Grayscale: #383838. Windows color (decimal): -9432962 or 8261744. OLE color: 8261744.

HSL color Cylindrical-coordinate representation of color #70107E: hue angle of 292.36º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70107E is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 16 126 -
CMYK 0.11 0.87 0 0.51
HSL 292.36º 0.77% 0.28% -
HSV(B) 292.36º 0.87% 0.49% -
XYZ 10.63 5.32 20.21 -
YUV 57.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 112 16 126 0.11 0.87 0 0.51 292.36 0.77 0.28
Hex 70 10 7E B 57 0 33 124 4D 1C
Octal 160 20 176 13 127 0 63 444 115 34
Binary 1110000 10000 1111110 1011 1010111 0 110011 100100100 1001101 11100

Color Harmonies of #70107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70107E

Black with #70107E

Text Example


Text Example

White with #70107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70107E; }

 p { color: rgb(112,16,126); }

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

background-color css

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

 a { background-color: rgb(112,16,126); }

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

border-color css

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

 span { border-color: rgb(112,16,126); }

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