Html Css Color HEX #70026D Purple

📋 copy color: '#70026D'

red 112 ◦ green 2 ◦ blue 109

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

Shades of Purple #70026D

Tints of Purple #70026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 50.22%
G = 0.9%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70026D (or 0x70026D) is known color: Purple. HEX triplet: 70, 02 and 6D. RGB value is (112,2,109). Sum of RGB (Red+Green+Blue) = 112+2+109=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026D is #8FFD92. Grayscale: #2E2E2E. Windows color (decimal): -9436563 or 7144048. OLE color: 7144048.

HSL color Cylindrical-coordinate representation of color #70026D: hue angle of 301.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70026D is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 109 -
CMYK 0 0.98 0.03 0.56
HSL 301.64º 0.96% 0.22% -
HSV(B) 301.64º 0.98% 0.44% -
XYZ 9.46 4.59 14.86 -
YUV 47.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 112 2 109 0 0.98 0.03 0.56 301.64 0.96 0.22
Hex 70 2 6D 0 62 3 38 12E 60 16
Octal 160 2 155 0 142 3 70 456 140 26
Binary 1110000 10 1101101 0 1100010 11 111000 100101110 1100000 10110

Color Harmonies of #70026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70026D

Black with #70026D

Text Example


Text Example

White with #70026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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