Html Css Color HEX #70009A Purple

📋 copy color: '#70009A'

red 112 ◦ green 0 ◦ blue 154

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

Shades of Purple #70009A

Tints of Purple #70009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70009A (or 0x70009A) is known color: Purple. HEX triplet: 70, 00 and 9A. RGB value is (112,0,154). Sum of RGB (Red+Green+Blue) = 112+0+154=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #70009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70009A is #8FFF65. Grayscale: #323232. Windows color (decimal): -9437030 or 10092656. OLE color: 10092656.

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

Color convert

RGB 112 0 154 -
CMYK 0.27 1 0 0.40
HSL 283.64º 1% 0.3% -
HSV(B) 283.64º 1% 0.6% -
XYZ 12.51 5.78 31.03 -
YUV 51.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 112 0 154 0.27 1 0 0.40 283.64 1 0.3
Hex 70 0 9A 1B 64 0 28 11C 64 1E
Octal 160 0 232 33 144 0 50 434 144 36
Binary 1110000 0 10011010 11011 1100100 0 101000 100011100 1100100 11110

Color Harmonies of #70009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70009A

Black with #70009A

Text Example


Text Example

White with #70009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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