Html Css Color HEX #70046D Purple

📋 copy color: '#70046D'

red 112 ◦ green 4 ◦ blue 109

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

Shades of Purple #70046D

Tints of Purple #70046D

RGB

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

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

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

R = 49.78%
G = 1.78%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70046D (or 0x70046D) is known color: Purple. HEX triplet: 70, 04 and 6D. RGB value is (112,4,109). Sum of RGB (Red+Green+Blue) = 112+4+109=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70046D is #8FFB92. Grayscale: #2F2F2F. Windows color (decimal): -9436051 or 7144560. OLE color: 7144560.

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

Color convert

RGB 112 4 109 -
CMYK 0 0.96 0.03 0.56
HSL 301.67º 0.93% 0.23% -
HSV(B) 301.67º 0.96% 0.44% -
XYZ 9.49 4.64 14.86 -
YUV 48.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 112 4 109 0 0.96 0.03 0.56 301.67 0.93 0.23
Hex 70 4 6D 0 60 3 38 12E 5D 17
Octal 160 4 155 0 140 3 70 456 135 27
Binary 1110000 100 1101101 0 1100000 11 111000 100101110 1011101 10111

Color Harmonies of #70046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70046D

Black with #70046D

Text Example


Text Example

White with #70046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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