Html Css Color HEX #701968 Palatinate Purple

📋 copy color: '#701968'

red 112 ◦ green 25 ◦ blue 104

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

Shades of Palatinate Purple #701968

Tints of Palatinate Purple #701968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 46.47%
G = 10.37%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#701968 (or 0x701968) is known color: Palatinate Purple. HEX triplet: 70, 19 and 68. RGB value is (112,25,104). Sum of RGB (Red+Green+Blue) = 112+25+104=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #701968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701968 is #8FE697. Grayscale: #3B3B3B. Windows color (decimal): -9430680 or 6822256. OLE color: 6822256.

HSL color Cylindrical-coordinate representation of color #701968: hue angle of 305.52º 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 #701968 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 104 -
CMYK 0 0.78 0.07 0.56
HSL 305.52º 0.64% 0.27% -
HSV(B) 305.52º 0.78% 0.44% -
XYZ 9.53 5.14 13.59 -
YUV 60.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 112 25 104 0 0.78 0.07 0.56 305.52 0.64 0.27
Hex 70 19 68 0 4E 7 38 132 40 1B
Octal 160 31 150 0 116 7 70 462 100 33
Binary 1110000 11001 1101000 0 1001110 111 111000 100110010 1000000 11011

Color Harmonies of #701968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701968

Black with #701968

Text Example


Text Example

White with #701968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701968; }

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

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

background-color css

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

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

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

border-color css

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

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

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