Html Css Color HEX #703669 Palatinate Purple

📋 copy color: '#703669'

red 112 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #703669

Tints of Palatinate Purple #703669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 41.33%
G = 19.93%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#703669 (or 0x703669) is known color: Palatinate Purple. HEX triplet: 70, 36 and 69. RGB value is (112,54,105). Sum of RGB (Red+Green+Blue) = 112+54+105=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703669 is #8FC996. Grayscale: #4D4D4D. Windows color (decimal): -9423255 or 6895216. OLE color: 6895216.

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

Color convert

RGB 112 54 105 -
CMYK 0 0.52 0.06 0.56
HSL 307.24º 0.35% 0.33% -
HSV(B) 307.24º 0.52% 0.44% -
XYZ 10.55 7.1 14.18 -
YUV 77.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 112 54 105 0 0.52 0.06 0.56 307.24 0.35 0.33
Hex 70 36 69 0 34 6 38 133 23 21
Octal 160 66 151 0 64 6 70 463 43 41
Binary 1110000 110110 1101001 0 110100 110 111000 100110011 100011 100001

Color Harmonies of #703669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703669

Black with #703669

Text Example


Text Example

White with #703669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703669; }

 p { color: rgb(112,54,105); }

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

background-color css

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

 a { background-color: rgb(112,54,105); }

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

border-color css

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

 span { border-color: rgb(112,54,105); }

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