Html Css Color HEX #70046E Purple

📋 copy color: '#70046E'

red 112 ◦ green 4 ◦ blue 110

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

Shades of Purple #70046E

Tints of Purple #70046E

RGB

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

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

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

R = 49.56%
G = 1.77%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70046E (or 0x70046E) is known color: Purple. HEX triplet: 70, 04 and 6E. RGB value is (112,4,110). Sum of RGB (Red+Green+Blue) = 112+4+110=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70046E is #8FFB91. Grayscale: #303030. Windows color (decimal): -9436050 or 7210096. OLE color: 7210096.

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

Color convert

RGB 112 4 110 -
CMYK 0 0.96 0.02 0.56
HSL 301.11º 0.93% 0.23% -
HSV(B) 301.11º 0.96% 0.44% -
XYZ 9.54 4.66 15.15 -
YUV 48.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 112 4 110 0 0.96 0.02 0.56 301.11 0.93 0.23
Hex 70 4 6E 0 60 2 38 12D 5D 17
Octal 160 4 156 0 140 2 70 455 135 27
Binary 1110000 100 1101110 0 1100000 10 111000 100101101 1011101 10111

Color Harmonies of #70046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70046E

Black with #70046E

Text Example


Text Example

White with #70046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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