Html Css Color HEX #70108B Purple

📋 copy color: '#70108B'

red 112 ◦ green 16 ◦ blue 139

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

Shades of Purple #70108B

Tints of Purple #70108B

RGB

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

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

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

R = 41.95%
G = 5.99%
B = 52.06%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70108B (or 0x70108B) is known color: Purple. HEX triplet: 70, 10 and 8B. RGB value is (112,16,139). Sum of RGB (Red+Green+Blue) = 112+16+139=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #70108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70108B is #8FEF74. Grayscale: #3A3A3A. Windows color (decimal): -9432949 or 9113712. OLE color: 9113712.

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

Color convert

RGB 112 16 139 -
CMYK 0.19 0.88 0 0.45
HSL 286.83º 0.79% 0.3% -
HSV(B) 286.83º 0.88% 0.55% -
XYZ 11.53 5.68 24.91 -
YUV 58.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 112 16 139 0.19 0.88 0 0.45 286.83 0.79 0.3
Hex 70 10 8B 13 58 0 2D 11F 4F 1E
Octal 160 20 213 23 130 0 55 437 117 36
Binary 1110000 10000 10001011 10011 1011000 0 101101 100011111 1001111 11110

Color Harmonies of #70108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70108B

Black with #70108B

Text Example


Text Example

White with #70108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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