Html Css Color HEX #703165 Palatinate Purple

📋 copy color: '#703165'

red 112 ◦ green 49 ◦ blue 101

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

Shades of Palatinate Purple #703165

Tints of Palatinate Purple #703165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 42.75%
G = 18.7%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703165 (or 0x703165) is known color: Palatinate Purple. HEX triplet: 70, 31 and 65. RGB value is (112,49,101). Sum of RGB (Red+Green+Blue) = 112+49+101=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #703165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703165 is #8FCE9A. Grayscale: #494949. Windows color (decimal): -9424539 or 6631792. OLE color: 6631792.

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

Color convert

RGB 112 49 101 -
CMYK 0 0.56 0.10 0.56
HSL 310.48º 0.39% 0.32% -
HSV(B) 310.48º 0.56% 0.44% -
XYZ 10.13 6.58 13.05 -
YUV 73.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 112 49 101 0 0.56 0.10 0.56 310.48 0.39 0.32
Hex 70 31 65 0 38 A 38 136 27 20
Octal 160 61 145 0 70 12 70 466 47 40
Binary 1110000 110001 1100101 0 111000 1010 111000 100110110 100111 100000

Color Harmonies of #703165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703165

Black with #703165

Text Example


Text Example

White with #703165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703165; }

 p { color: rgb(112,49,101); }

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

background-color css

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

 a { background-color: rgb(112,49,101); }

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

border-color css

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

 span { border-color: rgb(112,49,101); }

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