Html Css Color HEX #701D62 Palatinate Purple

📋 copy color: '#701D62'

red 112 ◦ green 29 ◦ blue 98

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

Shades of Palatinate Purple #701D62

Tints of Palatinate Purple #701D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41%

R = 46.86%
G = 12.13%
B = 41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701D62 (or 0x701D62) is known color: Palatinate Purple. HEX triplet: 70, 1D and 62. RGB value is (112,29,98). Sum of RGB (Red+Green+Blue) = 112+29+98=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #701D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D62 is #8FE29D. Grayscale: #3D3D3D. Windows color (decimal): -9429662 or 6430064. OLE color: 6430064.

HSL color Cylindrical-coordinate representation of color #701D62: hue angle of 310.12º 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 #701D62 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 98 -
CMYK 0 0.74 0.13 0.56
HSL 310.12º 0.59% 0.28% -
HSV(B) 310.12º 0.74% 0.44% -
XYZ 9.33 5.21 12.07 -
YUV 61.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 112 29 98 0 0.74 0.13 0.56 310.12 0.59 0.28
Hex 70 1D 62 0 4A D 38 136 3B 1C
Octal 160 35 142 0 112 15 70 466 73 34
Binary 1110000 11101 1100010 0 1001010 1101 111000 100110110 111011 11100

Color Harmonies of #701D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D62

Black with #701D62

Text Example


Text Example

White with #701D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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