Html Css Color HEX #704366 Palatinate Purple

📋 copy color: '#704366'

red 112 ◦ green 67 ◦ blue 102

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

Shades of Palatinate Purple #704366

Tints of Palatinate Purple #704366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 39.86%
G = 23.84%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704366 (or 0x704366) is known color: Palatinate Purple. HEX triplet: 70, 43 and 66. RGB value is (112,67,102). Sum of RGB (Red+Green+Blue) = 112+67+102=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704366 is #8FBC99. Grayscale: #545454. Windows color (decimal): -9419930 or 6701936. OLE color: 6701936.

HSL color Cylindrical-coordinate representation of color #704366: hue angle of 313.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704366 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 102 -
CMYK 0 0.40 0.09 0.56
HSL 313.33º 0.25% 0.35% -
HSV(B) 313.33º 0.4% 0.44% -
XYZ 11.09 8.42 13.61 -
YUV 84.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 112 67 102 0 0.40 0.09 0.56 313.33 0.25 0.35
Hex 70 43 66 0 28 9 38 139 19 23
Octal 160 103 146 0 50 11 70 471 31 43
Binary 1110000 1000011 1100110 0 101000 1001 111000 100111001 11001 100011

Color Harmonies of #704366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704366

Black with #704366

Text Example


Text Example

White with #704366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704366; }

 p { color: rgb(112,67,102); }

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

background-color css

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

 a { background-color: rgb(112,67,102); }

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

border-color css

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

 span { border-color: rgb(112,67,102); }

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