Html Css Color HEX #70056E Purple

📋 copy color: '#70056E'

red 112 ◦ green 5 ◦ blue 110

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

Shades of Purple #70056E

Tints of Purple #70056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 49.34%
G = 2.2%
B = 48.46%

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

#70056E (or 0x70056E) is known color: Purple. HEX triplet: 70, 05 and 6E. RGB value is (112,5,110). Sum of RGB (Red+Green+Blue) = 112+5+110=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70056E is #8FFA91. Grayscale: #303030. Windows color (decimal): -9435794 or 7210352. OLE color: 7210352.

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

Color convert

RGB 112 5 110 -
CMYK 0 0.96 0.02 0.56
HSL 301.12º 0.91% 0.23% -
HSV(B) 301.12º 0.96% 0.44% -
XYZ 9.55 4.68 15.15 -
YUV 48.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 112 5 110 0 0.96 0.02 0.56 301.12 0.91 0.23
Hex 70 5 6E 0 60 2 38 12D 5B 17
Octal 160 5 156 0 140 2 70 455 133 27
Binary 1110000 101 1101110 0 1100000 10 111000 100101101 1011011 10111

Color Harmonies of #70056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70056E

Black with #70056E

Text Example


Text Example

White with #70056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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