Html Css Color HEX #70137F Purple

📋 copy color: '#70137F'

red 112 ◦ green 19 ◦ blue 127

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

Shades of Purple #70137F

Tints of Purple #70137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

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

R = 43.41%
G = 7.36%
B = 49.22%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70137F (or 0x70137F) is known color: Purple. HEX triplet: 70, 13 and 7F. RGB value is (112,19,127). Sum of RGB (Red+Green+Blue) = 112+19+127=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #70137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70137F is #8FEC80. Grayscale: #3A3A3A. Windows color (decimal): -9432193 or 8328048. OLE color: 8328048.

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

Color convert

RGB 112 19 127 -
CMYK 0.12 0.85 0 0.50
HSL 291.67º 0.74% 0.29% -
HSV(B) 291.67º 0.85% 0.5% -
XYZ 10.75 5.44 20.56 -
YUV 59.12 166.31 165.72 -
System Red Green Blue C M Y K H S L
Decimal 112 19 127 0.12 0.85 0 0.50 291.67 0.74 0.29
Hex 70 13 7F C 55 0 32 124 4A 1D
Octal 160 23 177 14 125 0 62 444 112 35
Binary 1110000 10011 1111111 1100 1010101 0 110010 100100100 1001010 11101

Color Harmonies of #70137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70137F

Black with #70137F

Text Example


Text Example

White with #70137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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