Html Css Color HEX #701267 Palatinate Purple

📋 copy color: '#701267'

red 112 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #701267

Tints of Palatinate Purple #701267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 48.07%
G = 7.73%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#701267 (or 0x701267) is known color: Palatinate Purple. HEX triplet: 70, 12 and 67. RGB value is (112,18,103). Sum of RGB (Red+Green+Blue) = 112+18+103=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701267 is #8FED98. Grayscale: #373737. Windows color (decimal): -9432473 or 6754928. OLE color: 6754928.

HSL color Cylindrical-coordinate representation of color #701267: hue angle of 305.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701267 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 103 -
CMYK 0 0.84 0.08 0.56
HSL 305.74º 0.72% 0.25% -
HSV(B) 305.74º 0.84% 0.44% -
XYZ 9.35 4.86 13.28 -
YUV 55.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 112 18 103 0 0.84 0.08 0.56 305.74 0.72 0.25
Hex 70 12 67 0 54 8 38 132 48 19
Octal 160 22 147 0 124 10 70 462 110 31
Binary 1110000 10010 1100111 0 1010100 1000 111000 100110010 1001000 11001

Color Harmonies of #701267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701267

Black with #701267

Text Example


Text Example

White with #701267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701267; }

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

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

background-color css

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

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

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

border-color css

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

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

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