Html Css Color HEX #70066D Purple

📋 copy color: '#70066D'

red 112 ◦ green 6 ◦ blue 109

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

Shades of Purple #70066D

Tints of Purple #70066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 49.34%
G = 2.64%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70066D (or 0x70066D) is known color: Purple. HEX triplet: 70, 06 and 6D. RGB value is (112,6,109). Sum of RGB (Red+Green+Blue) = 112+6+109=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70066D is #8FF992. Grayscale: #313131. Windows color (decimal): -9435539 or 7145072. OLE color: 7145072.

HSL color Cylindrical-coordinate representation of color #70066D: hue angle of 301.7º 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 #70066D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 109 -
CMYK 0 0.95 0.03 0.56
HSL 301.7º 0.9% 0.23% -
HSV(B) 301.7º 0.95% 0.44% -
XYZ 9.51 4.68 14.87 -
YUV 49.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 112 6 109 0 0.95 0.03 0.56 301.7 0.9 0.23
Hex 70 6 6D 0 5F 3 38 12E 5A 17
Octal 160 6 155 0 137 3 70 456 132 27
Binary 1110000 110 1101101 0 1011111 11 111000 100101110 1011010 10111

Color Harmonies of #70066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70066D

Black with #70066D

Text Example


Text Example

White with #70066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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