Html Css Color HEX #703662 Palatinate Purple

📋 copy color: '#703662'

red 112 ◦ green 54 ◦ blue 98

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

Shades of Palatinate Purple #703662

Tints of Palatinate Purple #703662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 42.42%
G = 20.45%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703662 (or 0x703662) is known color: Palatinate Purple. HEX triplet: 70, 36 and 62. RGB value is (112,54,98). Sum of RGB (Red+Green+Blue) = 112+54+98=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703662 is #8FC99D. Grayscale: #4C4C4C. Windows color (decimal): -9423262 or 6436464. OLE color: 6436464.

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

Color convert

RGB 112 54 98 -
CMYK 0 0.52 0.13 0.56
HSL 314.48º 0.35% 0.33% -
HSV(B) 314.48º 0.52% 0.44% -
XYZ 10.21 6.96 12.36 -
YUV 76.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 112 54 98 0 0.52 0.13 0.56 314.48 0.35 0.33
Hex 70 36 62 0 34 D 38 13A 23 21
Octal 160 66 142 0 64 15 70 472 43 41
Binary 1110000 110110 1100010 0 110100 1101 111000 100111010 100011 100001

Color Harmonies of #703662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703662

Black with #703662

Text Example


Text Example

White with #703662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703662; }

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

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

background-color css

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

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

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

border-color css

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

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

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