Html Css Color HEX #701965 Palatinate Purple

📋 copy color: '#701965'

red 112 ◦ green 25 ◦ blue 101

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

Shades of Palatinate Purple #701965

Tints of Palatinate Purple #701965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 47.06%
G = 10.5%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701965 (or 0x701965) is known color: Palatinate Purple. HEX triplet: 70, 19 and 65. RGB value is (112,25,101). Sum of RGB (Red+Green+Blue) = 112+25+101=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #701965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701965 is #8FE69A. Grayscale: #3B3B3B. Windows color (decimal): -9430683 or 6625648. OLE color: 6625648.

HSL color Cylindrical-coordinate representation of color #701965: hue angle of 307.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701965 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 101 -
CMYK 0 0.78 0.10 0.56
HSL 307.59º 0.64% 0.27% -
HSV(B) 307.59º 0.78% 0.44% -
XYZ 9.38 5.08 12.8 -
YUV 59.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 112 25 101 0 0.78 0.10 0.56 307.59 0.64 0.27
Hex 70 19 65 0 4E A 38 134 40 1B
Octal 160 31 145 0 116 12 70 464 100 33
Binary 1110000 11001 1100101 0 1001110 1010 111000 100110100 1000000 11011

Color Harmonies of #701965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701965

Black with #701965

Text Example


Text Example

White with #701965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701965; }

 p { color: rgb(112,25,101); }

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

background-color css

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

 a { background-color: rgb(112,25,101); }

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

border-color css

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

 span { border-color: rgb(112,25,101); }

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