Html Css Color HEX #704265 Palatinate Purple

📋 copy color: '#704265'

red 112 ◦ green 66 ◦ blue 101

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

Shades of Palatinate Purple #704265

Tints of Palatinate Purple #704265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 40.14%
G = 23.66%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#704265 (or 0x704265) is known color: Palatinate Purple. HEX triplet: 70, 42 and 65. RGB value is (112,66,101). Sum of RGB (Red+Green+Blue) = 112+66+101=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704265 is #8FBD9A. Grayscale: #535353. Windows color (decimal): -9420187 or 6636144. OLE color: 6636144.

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

Color convert

RGB 112 66 101 -
CMYK 0 0.41 0.10 0.56
HSL 314.35º 0.26% 0.35% -
HSV(B) 314.35º 0.41% 0.44% -
XYZ 10.98 8.28 13.33 -
YUV 83.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 112 66 101 0 0.41 0.10 0.56 314.35 0.26 0.35
Hex 70 42 65 0 29 A 38 13A 1A 23
Octal 160 102 145 0 51 12 70 472 32 43
Binary 1110000 1000010 1100101 0 101001 1010 111000 100111010 11010 100011

Color Harmonies of #704265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704265

Black with #704265

Text Example


Text Example

White with #704265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704265; }

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

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

background-color css

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

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

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

border-color css

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

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

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