Html Css Color HEX #70178B Purple

📋 copy color: '#70178B'

red 112 ◦ green 23 ◦ blue 139

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

Shades of Purple #70178B

Tints of Purple #70178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 40.88%
G = 8.39%
B = 50.73%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70178B (or 0x70178B) is known color: Purple. HEX triplet: 70, 17 and 8B. RGB value is (112,23,139). Sum of RGB (Red+Green+Blue) = 112+23+139=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #70178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70178B is #8FE874. Grayscale: #3E3E3E. Windows color (decimal): -9431157 or 9115504. OLE color: 9115504.

HSL color Cylindrical-coordinate representation of color #70178B: hue angle of 286.03º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70178B is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 23 139 -
CMYK 0.19 0.83 0 0.45
HSL 286.03º 0.72% 0.32% -
HSV(B) 286.03º 0.83% 0.55% -
XYZ 11.65 5.92 24.96 -
YUV 62.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 112 23 139 0.19 0.83 0 0.45 286.03 0.72 0.32
Hex 70 17 8B 13 53 0 2D 11E 48 20
Octal 160 27 213 23 123 0 55 436 110 40
Binary 1110000 10111 10001011 10011 1010011 0 101101 100011110 1001000 100000

Color Harmonies of #70178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70178B

Black with #70178B

Text Example


Text Example

White with #70178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70178B; }

 p { color: rgb(112,23,139); }

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

background-color css

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

 a { background-color: rgb(112,23,139); }

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

border-color css

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

 span { border-color: rgb(112,23,139); }

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