Html Css Color HEX #700174 Purple

📋 copy color: '#700174'

red 112 ◦ green 1 ◦ blue 116

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

Shades of Purple #700174

Tints of Purple #700174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 48.91%
G = 0.44%
B = 50.66%

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

#700174 (or 0x700174) is known color: Purple. HEX triplet: 70, 01 and 74. RGB value is (112,1,116). Sum of RGB (Red+Green+Blue) = 112+1+116=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #700174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700174 is #8FFE8B. Grayscale: #2E2E2E. Windows color (decimal): -9436812 or 7602544. OLE color: 7602544.

HSL color Cylindrical-coordinate representation of color #700174: hue angle of 297.91º 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 #700174 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 1 116 -
CMYK 0.03 0.99 0 0.55
HSL 297.91º 0.98% 0.23% -
HSV(B) 297.91º 0.99% 0.45% -
XYZ 9.85 4.73 16.92 -
YUV 47.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 112 1 116 0.03 0.99 0 0.55 297.91 0.98 0.23
Hex 70 1 74 3 63 0 37 12A 62 17
Octal 160 1 164 3 143 0 67 452 142 27
Binary 1110000 1 1110100 11 1100011 0 110111 100101010 1100010 10111

Color Harmonies of #700174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700174

Black with #700174

Text Example


Text Example

White with #700174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700174; }

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

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

background-color css

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

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

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

border-color css

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

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

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