Html Css Color HEX #703769 Palatinate Purple

📋 copy color: '#703769'

red 112 ◦ green 55 ◦ blue 105

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

Shades of Palatinate Purple #703769

Tints of Palatinate Purple #703769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 41.18%
G = 20.22%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#703769 (or 0x703769) is known color: Palatinate Purple. HEX triplet: 70, 37 and 69. RGB value is (112,55,105). Sum of RGB (Red+Green+Blue) = 112+55+105=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #703769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703769 is #8FC896. Grayscale: #4D4D4D. Windows color (decimal): -9422999 or 6895472. OLE color: 6895472.

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

Color convert

RGB 112 55 105 -
CMYK 0 0.51 0.06 0.56
HSL 307.37º 0.34% 0.33% -
HSV(B) 307.37º 0.51% 0.44% -
XYZ 10.6 7.2 14.2 -
YUV 77.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 112 55 105 0 0.51 0.06 0.56 307.37 0.34 0.33
Hex 70 37 69 0 33 6 38 133 22 21
Octal 160 67 151 0 63 6 70 463 42 41
Binary 1110000 110111 1101001 0 110011 110 111000 100110011 100010 100001

Color Harmonies of #703769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703769

Black with #703769

Text Example


Text Example

White with #703769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703769; }

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

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

background-color css

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

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

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

border-color css

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

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

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