Html Css Color HEX #704165 Palatinate Purple

📋 copy color: '#704165'

red 112 ◦ green 65 ◦ blue 101

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

Shades of Palatinate Purple #704165

Tints of Palatinate Purple #704165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 40.29%
G = 23.38%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704165 (or 0x704165) is known color: Palatinate Purple. HEX triplet: 70, 41 and 65. RGB value is (112,65,101). Sum of RGB (Red+Green+Blue) = 112+65+101=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704165 is #8FBE9A. Grayscale: #535353. Windows color (decimal): -9420443 or 6635888. OLE color: 6635888.

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

Color convert

RGB 112 65 101 -
CMYK 0 0.42 0.10 0.56
HSL 314.04º 0.27% 0.35% -
HSV(B) 314.04º 0.42% 0.44% -
XYZ 10.92 8.16 13.31 -
YUV 83.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 112 65 101 0 0.42 0.10 0.56 314.04 0.27 0.35
Hex 70 41 65 0 2A A 38 13A 1B 23
Octal 160 101 145 0 52 12 70 472 33 43
Binary 1110000 1000001 1100101 0 101010 1010 111000 100111010 11011 100011

Color Harmonies of #704165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704165

Black with #704165

Text Example


Text Example

White with #704165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704165; }

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

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

background-color css

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

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

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

border-color css

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

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

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