Html Css Color HEX #70026F Purple

📋 copy color: '#70026F'

red 112 ◦ green 2 ◦ blue 111

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

Shades of Purple #70026F

Tints of Purple #70026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 49.78%
G = 0.89%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70026F (or 0x70026F) is known color: Purple. HEX triplet: 70, 02 and 6F. RGB value is (112,2,111). Sum of RGB (Red+Green+Blue) = 112+2+111=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026F is #8FFD90. Grayscale: #2E2E2E. Windows color (decimal): -9436561 or 7275120. OLE color: 7275120.

HSL color Cylindrical-coordinate representation of color #70026F: hue angle of 300.55º 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 #70026F is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 111 -
CMYK 0 0.98 0.01 0.56
HSL 300.55º 0.96% 0.22% -
HSV(B) 300.55º 0.98% 0.44% -
XYZ 9.57 4.64 15.43 -
YUV 47.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 112 2 111 0 0.98 0.01 0.56 300.55 0.96 0.22
Hex 70 2 6F 0 62 1 38 12D 60 16
Octal 160 2 157 0 142 1 70 455 140 26
Binary 1110000 10 1101111 0 1100010 1 111000 100101101 1100000 10110

Color Harmonies of #70026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70026F

Black with #70026F

Text Example


Text Example

White with #70026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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