Html Css Color HEX #704467 Palatinate Purple

📋 copy color: '#704467'

red 112 ◦ green 68 ◦ blue 103

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

Shades of Palatinate Purple #704467

Tints of Palatinate Purple #704467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 39.58%
G = 24.03%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#704467 (or 0x704467) is known color: Palatinate Purple. HEX triplet: 70, 44 and 67. RGB value is (112,68,103). Sum of RGB (Red+Green+Blue) = 112+68+103=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704467 is #8FBB98. Grayscale: #555555. Windows color (decimal): -9419673 or 6767728. OLE color: 6767728.

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

Color convert

RGB 112 68 103 -
CMYK 0 0.39 0.08 0.56
HSL 312.27º 0.24% 0.35% -
HSV(B) 312.27º 0.39% 0.44% -
XYZ 11.2 8.56 13.89 -
YUV 85.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 112 68 103 0 0.39 0.08 0.56 312.27 0.24 0.35
Hex 70 44 67 0 27 8 38 138 18 23
Octal 160 104 147 0 47 10 70 470 30 43
Binary 1110000 1000100 1100111 0 100111 1000 111000 100111000 11000 100011

Color Harmonies of #704467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704467

Black with #704467

Text Example


Text Example

White with #704467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704467; }

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

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

background-color css

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

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

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

border-color css

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

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

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