Html Css Color HEX #70005F Purple

📋 copy color: '#70005F'

red 112 ◦ green 0 ◦ blue 95

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

Shades of Purple #70005F

Tints of Purple #70005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 54.11%
G = 0%
B = 45.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70005F (or 0x70005F) is known color: Purple. HEX triplet: 70, 00 and 5F. RGB value is (112,0,95). Sum of RGB (Red+Green+Blue) = 112+0+95=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70005F is #8FFFA0. Grayscale: #2C2C2C. Windows color (decimal): -9437089 or 6226032. OLE color: 6226032.

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

Color convert

RGB 112 0 95 -
CMYK 0 1 0.15 0.56
HSL 309.11º 1% 0.22% -
HSV(B) 309.11º 1% 0.44% -
XYZ 8.75 4.27 11.19 -
YUV 44.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 112 0 95 0 1 0.15 0.56 309.11 1 0.22
Hex 70 0 5F 0 64 F 38 135 64 16
Octal 160 0 137 0 144 17 70 465 144 26
Binary 1110000 0 1011111 0 1100100 1111 111000 100110101 1100100 10110

Color Harmonies of #70005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70005F

Black with #70005F

Text Example


Text Example

White with #70005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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