Html Css Color HEX #70006E Purple

📋 copy color: '#70006E'

red 112 ◦ green 0 ◦ blue 110

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

Shades of Purple #70006E

Tints of Purple #70006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70006E (or 0x70006E) is known color: Purple. HEX triplet: 70, 00 and 6E. RGB value is (112,0,110). Sum of RGB (Red+Green+Blue) = 112+0+110=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70006E is #8FFF91. Grayscale: #2D2D2D. Windows color (decimal): -9437074 or 7209072. OLE color: 7209072.

HSL color Cylindrical-coordinate representation of color #70006E: hue angle of 301.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70006E is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 110 -
CMYK 0 1 0.02 0.56
HSL 301.07º 1% 0.22% -
HSV(B) 301.07º 1% 0.44% -
XYZ 9.5 4.57 15.13 -
YUV 46.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 112 0 110 0 1 0.02 0.56 301.07 1 0.22
Hex 70 0 6E 0 64 2 38 12D 64 16
Octal 160 0 156 0 144 2 70 455 144 26
Binary 1110000 0 1101110 0 1100100 10 111000 100101101 1100100 10110

Color Harmonies of #70006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70006E

Black with #70006E

Text Example


Text Example

White with #70006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70006E; }

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

 H1.HeaderClassName
 {
   color: #70006E;
 }
 .AnyTagClassName
 {
   color: #70006E;
 }
</style>

background-color css

<style>
 a { background-color: #70006E; }

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

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

border-color css

<style>
 span { border-color: #70006E; }

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

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