Html Css Color HEX #703765 Palatinate Purple

📋 copy color: '#703765'

red 112 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #703765

Tints of Palatinate Purple #703765

RGB

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

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

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

R = 41.79%
G = 20.52%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703765 (or 0x703765) is known color: Palatinate Purple. HEX triplet: 70, 37 and 65. RGB value is (112,55,101). Sum of RGB (Red+Green+Blue) = 112+55+101=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703765 is #8FC89A. Grayscale: #4D4D4D. Windows color (decimal): -9423003 or 6633328. OLE color: 6633328.

HSL color Cylindrical-coordinate representation of color #703765: hue angle of 311.58º 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 #703765 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 101 -
CMYK 0 0.51 0.10 0.56
HSL 311.58º 0.34% 0.33% -
HSV(B) 311.58º 0.51% 0.44% -
XYZ 10.4 7.12 13.14 -
YUV 77.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 112 55 101 0 0.51 0.10 0.56 311.58 0.34 0.33
Hex 70 37 65 0 33 A 38 138 22 21
Octal 160 67 145 0 63 12 70 470 42 41
Binary 1110000 110111 1100101 0 110011 1010 111000 100111000 100010 100001

Color Harmonies of #703765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703765

Black with #703765

Text Example


Text Example

White with #703765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703765; }

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

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

background-color css

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

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

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

border-color css

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

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

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