Html Css Color HEX #704267 Palatinate Purple

📋 copy color: '#704267'

red 112 ◦ green 66 ◦ blue 103

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

Shades of Palatinate Purple #704267

Tints of Palatinate Purple #704267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 39.86%
G = 23.49%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704267 (or 0x704267) is known color: Palatinate Purple. HEX triplet: 70, 42 and 67. RGB value is (112,66,103). Sum of RGB (Red+Green+Blue) = 112+66+103=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704267 is #8FBD98. Grayscale: #535353. Windows color (decimal): -9420185 or 6767216. OLE color: 6767216.

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

Color convert

RGB 112 66 103 -
CMYK 0 0.41 0.08 0.56
HSL 311.74º 0.26% 0.35% -
HSV(B) 311.74º 0.41% 0.44% -
XYZ 11.08 8.32 13.85 -
YUV 83.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 112 66 103 0 0.41 0.08 0.56 311.74 0.26 0.35
Hex 70 42 67 0 29 8 38 138 1A 23
Octal 160 102 147 0 51 10 70 470 32 43
Binary 1110000 1000010 1100111 0 101001 1000 111000 100111000 11010 100011

Color Harmonies of #704267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704267

Black with #704267

Text Example


Text Example

White with #704267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704267; }

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

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

background-color css

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

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

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

border-color css

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

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

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