Html Css Color HEX #700164 Purple

📋 copy color: '#700164'

red 112 ◦ green 1 ◦ blue 100

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

Shades of Purple #700164

Tints of Purple #700164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 52.58%
G = 0.47%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700164 (or 0x700164) is known color: Purple. HEX triplet: 70, 01 and 64. RGB value is (112,1,100). Sum of RGB (Red+Green+Blue) = 112+1+100=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700164 is #8FFE9B. Grayscale: #2D2D2D. Windows color (decimal): -9436828 or 6553968. OLE color: 6553968.

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

Color convert

RGB 112 1 100 -
CMYK 0 0.99 0.11 0.56
HSL 306.49º 0.98% 0.22% -
HSV(B) 306.49º 0.99% 0.44% -
XYZ 8.99 4.39 12.43 -
YUV 45.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 112 1 100 0 0.99 0.11 0.56 306.49 0.98 0.22
Hex 70 1 64 0 63 B 38 132 62 16
Octal 160 1 144 0 143 13 70 462 142 26
Binary 1110000 1 1100100 0 1100011 1011 111000 100110010 1100010 10110

Color Harmonies of #700164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700164

Black with #700164

Text Example


Text Example

White with #700164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700164; }

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

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

background-color css

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

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

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

border-color css

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

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

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