Html Css Color HEX #70109A Purple

📋 copy color: '#70109A'

red 112 ◦ green 16 ◦ blue 154

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

Shades of Purple #70109A

Tints of Purple #70109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 39.72%
G = 5.67%
B = 54.61%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70109A (or 0x70109A) is known color: Purple. HEX triplet: 70, 10 and 9A. RGB value is (112,16,154). Sum of RGB (Red+Green+Blue) = 112+16+154=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #70109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70109A is #8FEF65. Grayscale: #3B3B3B. Windows color (decimal): -9432934 or 10096752. OLE color: 10096752.

HSL color Cylindrical-coordinate representation of color #70109A: hue angle of 281.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70109A is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 16 154 -
CMYK 0.27 0.90 0 0.40
HSL 281.74º 0.81% 0.33% -
HSV(B) 281.74º 0.9% 0.6% -
XYZ 12.7 6.15 31.09 -
YUV 60.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 112 16 154 0.27 0.90 0 0.40 281.74 0.81 0.33
Hex 70 10 9A 1B 5A 0 28 11A 51 21
Octal 160 20 232 33 132 0 50 432 121 41
Binary 1110000 10000 10011010 11011 1011010 0 101000 100011010 1010001 100001

Color Harmonies of #70109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70109A

Black with #70109A

Text Example


Text Example

White with #70109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70109A; }

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

 H1.HeaderClassName
 {
   color: #70109A;
 }
 .AnyTagClassName
 {
   color: #70109A;
 }
</style>

background-color css

<style>
 a { background-color: #70109A; }

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

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

border-color css

<style>
 span { border-color: #70109A; }

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

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