Html Css Color HEX #70006F Purple

📋 copy color: '#70006F'

red 112 ◦ green 0 ◦ blue 111

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

Shades of Purple #70006F

Tints of Purple #70006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.22%
G = 0%
B = 49.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70006F (or 0x70006F) is known color: Purple. HEX triplet: 70, 00 and 6F. RGB value is (112,0,111). Sum of RGB (Red+Green+Blue) = 112+0+111=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70006F is #8FFF90. Grayscale: #2D2D2D. Windows color (decimal): -9437073 or 7274608. OLE color: 7274608.

HSL color Cylindrical-coordinate representation of color #70006F: hue angle of 300.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70006F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 111 -
CMYK 0 1 0.01 0.56
HSL 300.54º 1% 0.22% -
HSV(B) 300.54º 1% 0.44% -
XYZ 9.55 4.59 15.42 -
YUV 46.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 112 0 111 0 1 0.01 0.56 300.54 1 0.22
Hex 70 0 6F 0 64 1 38 12D 64 16
Octal 160 0 157 0 144 1 70 455 144 26
Binary 1110000 0 1101111 0 1100100 1 111000 100101101 1100100 10110

Color Harmonies of #70006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70006F

Black with #70006F

Text Example


Text Example

White with #70006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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