Html Css Color HEX #701865 Palatinate Purple

📋 copy color: '#701865'

red 112 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #701865

Tints of Palatinate Purple #701865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 47.26%
G = 10.13%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#701865 (or 0x701865) is known color: Palatinate Purple. HEX triplet: 70, 18 and 65. RGB value is (112,24,101). Sum of RGB (Red+Green+Blue) = 112+24+101=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #701865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701865 is #8FE79A. Grayscale: #3A3A3A. Windows color (decimal): -9430939 or 6625392. OLE color: 6625392.

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

Color convert

RGB 112 24 101 -
CMYK 0 0.79 0.10 0.56
HSL 307.5º 0.65% 0.27% -
HSV(B) 307.5º 0.79% 0.44% -
XYZ 9.36 5.04 12.79 -
YUV 59.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 112 24 101 0 0.79 0.10 0.56 307.5 0.65 0.27
Hex 70 18 65 0 4F A 38 134 41 1B
Octal 160 30 145 0 117 12 70 464 101 33
Binary 1110000 11000 1100101 0 1001111 1010 111000 100110100 1000001 11011

Color Harmonies of #701865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701865

Black with #701865

Text Example


Text Example

White with #701865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701865; }

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

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

background-color css

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

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

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

border-color css

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

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

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