Html Css Color HEX #700270 Purple

📋 copy color: '#700270'

red 112 ◦ green 2 ◦ blue 112

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

Shades of Purple #700270

Tints of Purple #700270

RGB

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

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

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

R = 49.56%
G = 0.88%
B = 49.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700270 (or 0x700270) is known color: Purple. HEX triplet: 70, 02 and 70. RGB value is (112,2,112). Sum of RGB (Red+Green+Blue) = 112+2+112=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700270 is #8FFD8F. Grayscale: #2F2F2F. Windows color (decimal): -9436560 or 7340656. OLE color: 7340656.

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

Color convert

RGB 112 2 112 -
CMYK 0 0.98 0 0.56
HSL 300º 0.96% 0.22% -
HSV(B) 300º 0.98% 0.44% -
XYZ 9.63 4.66 15.72 -
YUV 47.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 112 2 112 0 0.98 0 0.56 300 0.96 0.22
Hex 70 2 70 0 62 0 38 12C 60 16
Octal 160 2 160 0 142 0 70 454 140 26
Binary 1110000 10 1110000 0 1100010 0 111000 100101100 1100000 10110

Color Harmonies of #700270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700270

Black with #700270

Text Example


Text Example

White with #700270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700270; }

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

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

background-color css

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

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

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

border-color css

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

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

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