Html Css Color HEX #70108C Purple

📋 copy color: '#70108C'

red 112 ◦ green 16 ◦ blue 140

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

Shades of Purple #70108C

Tints of Purple #70108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 41.79%
G = 5.97%
B = 52.24%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70108C (or 0x70108C) is known color: Purple. HEX triplet: 70, 10 and 8C. RGB value is (112,16,140). Sum of RGB (Red+Green+Blue) = 112+16+140=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #70108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70108C is #8FEF73. Grayscale: #3A3A3A. Windows color (decimal): -9432948 or 9179248. OLE color: 9179248.

HSL color Cylindrical-coordinate representation of color #70108C: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70108C is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 16 140 -
CMYK 0.20 0.89 0 0.45
HSL 286.45º 0.79% 0.31% -
HSV(B) 286.45º 0.89% 0.55% -
XYZ 11.6 5.71 25.3 -
YUV 58.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 112 16 140 0.20 0.89 0 0.45 286.45 0.79 0.31
Hex 70 10 8C 14 59 0 2D 11E 4F 1F
Octal 160 20 214 24 131 0 55 436 117 37
Binary 1110000 10000 10001100 10100 1011001 0 101101 100011110 1001111 11111

Color Harmonies of #70108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70108C

Black with #70108C

Text Example


Text Example

White with #70108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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