Html Css Color HEX #70066E Purple

📋 copy color: '#70066E'

red 112 ◦ green 6 ◦ blue 110

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

Shades of Purple #70066E

Tints of Purple #70066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 49.12%
G = 2.63%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70066E (or 0x70066E) is known color: Purple. HEX triplet: 70, 06 and 6E. RGB value is (112,6,110). Sum of RGB (Red+Green+Blue) = 112+6+110=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70066E is #8FF991. Grayscale: #313131. Windows color (decimal): -9435538 or 7210608. OLE color: 7210608.

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

Color convert

RGB 112 6 110 -
CMYK 0 0.95 0.02 0.56
HSL 301.13º 0.9% 0.23% -
HSV(B) 301.13º 0.95% 0.44% -
XYZ 9.56 4.7 15.16 -
YUV 49.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 112 6 110 0 0.95 0.02 0.56 301.13 0.9 0.23
Hex 70 6 6E 0 5F 2 38 12D 5A 17
Octal 160 6 156 0 137 2 70 455 132 27
Binary 1110000 110 1101110 0 1011111 10 111000 100101101 1011010 10111

Color Harmonies of #70066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70066E

Black with #70066E

Text Example


Text Example

White with #70066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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