Html Css Color HEX #704264 Palatinate Purple

📋 copy color: '#704264'

red 112 ◦ green 66 ◦ blue 100

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

Shades of Palatinate Purple #704264

Tints of Palatinate Purple #704264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 40.29%
G = 23.74%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704264 (or 0x704264) is known color: Palatinate Purple. HEX triplet: 70, 42 and 64. RGB value is (112,66,100). Sum of RGB (Red+Green+Blue) = 112+66+100=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704264 is #8FBD9B. Grayscale: #535353. Windows color (decimal): -9420188 or 6570608. OLE color: 6570608.

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

Color convert

RGB 112 66 100 -
CMYK 0 0.41 0.11 0.56
HSL 315.65º 0.26% 0.35% -
HSV(B) 315.65º 0.41% 0.44% -
XYZ 10.93 8.26 13.08 -
YUV 83.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 112 66 100 0 0.41 0.11 0.56 315.65 0.26 0.35
Hex 70 42 64 0 29 B 38 13C 1A 23
Octal 160 102 144 0 51 13 70 474 32 43
Binary 1110000 1000010 1100100 0 101001 1011 111000 100111100 11010 100011

Color Harmonies of #704264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704264

Black with #704264

Text Example


Text Example

White with #704264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704264; }

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

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

background-color css

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

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

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

border-color css

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

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

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