Html Css Color HEX #701667 Palatinate Purple

📋 copy color: '#701667'

red 112 ◦ green 22 ◦ blue 103

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

Shades of Palatinate Purple #701667

Tints of Palatinate Purple #701667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

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

R = 47.26%
G = 9.28%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#701667 (or 0x701667) is known color: Palatinate Purple. HEX triplet: 70, 16 and 67. RGB value is (112,22,103). Sum of RGB (Red+Green+Blue) = 112+22+103=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701667 is #8FE998. Grayscale: #393939. Windows color (decimal): -9431449 or 6755952. OLE color: 6755952.

HSL color Cylindrical-coordinate representation of color #701667: hue angle of 306º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701667 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 103 -
CMYK 0 0.80 0.08 0.56
HSL 306º 0.67% 0.26% -
HSV(B) 306º 0.8% 0.44% -
XYZ 9.42 5 13.3 -
YUV 58.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 112 22 103 0 0.80 0.08 0.56 306 0.67 0.26
Hex 70 16 67 0 50 8 38 132 43 1A
Octal 160 26 147 0 120 10 70 462 103 32
Binary 1110000 10110 1100111 0 1010000 1000 111000 100110010 1000011 11010

Color Harmonies of #701667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701667

Black with #701667

Text Example


Text Example

White with #701667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701667; }

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

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

background-color css

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

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

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

border-color css

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

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

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