Html Css Color HEX #701270 Purple

📋 copy color: '#701270'

red 112 ◦ green 18 ◦ blue 112

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

Shades of Purple #701270

Tints of Purple #701270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 46.28%
G = 7.44%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#701270 (or 0x701270) is known color: Purple. HEX triplet: 70, 12 and 70. RGB value is (112,18,112). Sum of RGB (Red+Green+Blue) = 112+18+112=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #701270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701270 is #8FED8F. Grayscale: #383838. Windows color (decimal): -9432464 or 7344752. OLE color: 7344752.

HSL color Cylindrical-coordinate representation of color #701270: hue angle of 300º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701270 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 112 -
CMYK 0 0.84 0 0.56
HSL 300º 0.72% 0.25% -
HSV(B) 300º 0.84% 0.44% -
XYZ 9.82 5.05 15.79 -
YUV 56.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 112 18 112 0 0.84 0 0.56 300 0.72 0.25
Hex 70 12 70 0 54 0 38 12C 48 19
Octal 160 22 160 0 124 0 70 454 110 31
Binary 1110000 10010 1110000 0 1010100 0 111000 100101100 1001000 11001

Color Harmonies of #701270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701270

Black with #701270

Text Example


Text Example

White with #701270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701270; }

 p { color: rgb(112,18,112); }

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

background-color css

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

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

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

border-color css

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

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

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