Html Css Color HEX #70046A Purple

📋 copy color: '#70046A'

red 112 ◦ green 4 ◦ blue 106

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

Shades of Purple #70046A

Tints of Purple #70046A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 50.45%
G = 1.8%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70046A (or 0x70046A) is known color: Purple. HEX triplet: 70, 04 and 6A. RGB value is (112,4,106). Sum of RGB (Red+Green+Blue) = 112+4+106=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70046A is #8FFB95. Grayscale: #2F2F2F. Windows color (decimal): -9436054 or 6947952. OLE color: 6947952.

HSL color Cylindrical-coordinate representation of color #70046A: hue angle of 303.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70046A is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 106 -
CMYK 0 0.96 0.05 0.56
HSL 303.33º 0.93% 0.23% -
HSV(B) 303.33º 0.96% 0.44% -
XYZ 9.33 4.57 14.03 -
YUV 47.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 112 4 106 0 0.96 0.05 0.56 303.33 0.93 0.23
Hex 70 4 6A 0 60 5 38 12F 5D 17
Octal 160 4 152 0 140 5 70 457 135 27
Binary 1110000 100 1101010 0 1100000 101 111000 100101111 1011101 10111

Color Harmonies of #70046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70046A

Black with #70046A

Text Example


Text Example

White with #70046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,4,106); }

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

background-color css

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

 a { background-color: rgb(112,4,106); }

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

border-color css

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

 span { border-color: rgb(112,4,106); }

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