Html Css Color HEX #700167 Purple

📋 copy color: '#700167'

red 112 ◦ green 1 ◦ blue 103

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

Shades of Purple #700167

Tints of Purple #700167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 51.85%
G = 0.46%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700167 (or 0x700167) is known color: Purple. HEX triplet: 70, 01 and 67. RGB value is (112,1,103). Sum of RGB (Red+Green+Blue) = 112+1+103=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700167 is #8FFE98. Grayscale: #2D2D2D. Windows color (decimal): -9436825 or 6750576. OLE color: 6750576.

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

Color convert

RGB 112 1 103 -
CMYK 0 0.99 0.08 0.56
HSL 304.86º 0.98% 0.22% -
HSV(B) 304.86º 0.99% 0.44% -
XYZ 9.14 4.45 13.21 -
YUV 45.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 112 1 103 0 0.99 0.08 0.56 304.86 0.98 0.22
Hex 70 1 67 0 63 8 38 131 62 16
Octal 160 1 147 0 143 10 70 461 142 26
Binary 1110000 1 1100111 0 1100011 1000 111000 100110001 1100010 10110

Color Harmonies of #700167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700167

Black with #700167

Text Example


Text Example

White with #700167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700167; }

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

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

background-color css

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

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

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

border-color css

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

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

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