Html Css Color HEX #703465 Palatinate Purple

📋 copy color: '#703465'

red 112 ◦ green 52 ◦ blue 101

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

Shades of Palatinate Purple #703465

Tints of Palatinate Purple #703465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 42.26%
G = 19.62%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703465 (or 0x703465) is known color: Palatinate Purple. HEX triplet: 70, 34 and 65. RGB value is (112,52,101). Sum of RGB (Red+Green+Blue) = 112+52+101=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703465 is #8FCB9A. Grayscale: #4B4B4B. Windows color (decimal): -9423771 or 6632560. OLE color: 6632560.

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

Color convert

RGB 112 52 101 -
CMYK 0 0.54 0.10 0.56
HSL 311º 0.37% 0.32% -
HSV(B) 311º 0.54% 0.44% -
XYZ 10.26 6.84 13.09 -
YUV 75.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 112 52 101 0 0.54 0.10 0.56 311 0.37 0.32
Hex 70 34 65 0 36 A 38 137 25 20
Octal 160 64 145 0 66 12 70 467 45 40
Binary 1110000 110100 1100101 0 110110 1010 111000 100110111 100101 100000

Color Harmonies of #703465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703465

Black with #703465

Text Example


Text Example

White with #703465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703465; }

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

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

background-color css

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

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

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

border-color css

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

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

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