Html Css Color HEX #701D6B Palatinate Purple

📋 copy color: '#701D6B'

red 112 ◦ green 29 ◦ blue 107

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

Shades of Palatinate Purple #701D6B

Tints of Palatinate Purple #701D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 45.16%
G = 11.69%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#701D6B (or 0x701D6B) is known color: Palatinate Purple. HEX triplet: 70, 1D and 6B. RGB value is (112,29,107). Sum of RGB (Red+Green+Blue) = 112+29+107=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #701D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D6B is #8FE294. Grayscale: #3E3E3E. Windows color (decimal): -9429653 or 7019888. OLE color: 7019888.

HSL color Cylindrical-coordinate representation of color #701D6B: hue angle of 303.61º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D6B is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 107 -
CMYK 0 0.74 0.04 0.56
HSL 303.61º 0.59% 0.28% -
HSV(B) 303.61º 0.74% 0.44% -
XYZ 9.78 5.39 14.43 -
YUV 62.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 112 29 107 0 0.74 0.04 0.56 303.61 0.59 0.28
Hex 70 1D 6B 0 4A 4 38 130 3B 1C
Octal 160 35 153 0 112 4 70 460 73 34
Binary 1110000 11101 1101011 0 1001010 100 111000 100110000 111011 11100

Color Harmonies of #701D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D6B

Black with #701D6B

Text Example


Text Example

White with #701D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701D6B; }

 p { color: rgb(112,29,107); }

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

background-color css

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

 a { background-color: rgb(112,29,107); }

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

border-color css

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

 span { border-color: rgb(112,29,107); }

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