Html Css Color HEX #700173 Purple

📋 copy color: '#700173'

red 112 ◦ green 1 ◦ blue 115

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

Shades of Purple #700173

Tints of Purple #700173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 49.12%
G = 0.44%
B = 50.44%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700173 (or 0x700173) is known color: Purple. HEX triplet: 70, 01 and 73. RGB value is (112,1,115). Sum of RGB (Red+Green+Blue) = 112+1+115=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #700173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700173 is #8FFE8C. Grayscale: #2E2E2E. Windows color (decimal): -9436813 or 7537008. OLE color: 7537008.

HSL color Cylindrical-coordinate representation of color #700173: hue angle of 298.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700173 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 1 115 -
CMYK 0.03 0.99 0 0.55
HSL 298.42º 0.98% 0.23% -
HSV(B) 298.42º 0.99% 0.45% -
XYZ 9.79 4.7 16.61 -
YUV 47.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 112 1 115 0.03 0.99 0 0.55 298.42 0.98 0.23
Hex 70 1 73 3 63 0 37 12A 62 17
Octal 160 1 163 3 143 0 67 452 142 27
Binary 1110000 1 1110011 11 1100011 0 110111 100101010 1100010 10111

Color Harmonies of #700173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700173

Black with #700173

Text Example


Text Example

White with #700173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700173; }

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

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

background-color css

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

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

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

border-color css

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

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

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