Html Css Color HEX #700162 Purple

📋 copy color: '#700162'

red 112 ◦ green 1 ◦ blue 98

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

Shades of Purple #700162

Tints of Purple #700162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 53.08%
G = 0.47%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700162 (or 0x700162) is known color: Purple. HEX triplet: 70, 01 and 62. RGB value is (112,1,98). Sum of RGB (Red+Green+Blue) = 112+1+98=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700162 is #8FFE9D. Grayscale: #2C2C2C. Windows color (decimal): -9436830 or 6422896. OLE color: 6422896.

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

Color convert

RGB 112 1 98 -
CMYK 0 0.99 0.13 0.56
HSL 307.57º 0.98% 0.22% -
HSV(B) 307.57º 0.99% 0.44% -
XYZ 8.9 4.35 11.93 -
YUV 45.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 112 1 98 0 0.99 0.13 0.56 307.57 0.98 0.22
Hex 70 1 62 0 63 D 38 134 62 16
Octal 160 1 142 0 143 15 70 464 142 26
Binary 1110000 1 1100010 0 1100011 1101 111000 100110100 1100010 10110

Color Harmonies of #700162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700162

Black with #700162

Text Example


Text Example

White with #700162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700162; }

 p { color: rgb(112,1,98); }

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

background-color css

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

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

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

border-color css

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

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

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