Html Css Color HEX #703462 Palatinate Purple

📋 copy color: '#703462'

red 112 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #703462

Tints of Palatinate Purple #703462

RGB

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

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

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

R = 42.75%
G = 19.85%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703462 (or 0x703462) is known color: Palatinate Purple. HEX triplet: 70, 34 and 62. RGB value is (112,52,98). Sum of RGB (Red+Green+Blue) = 112+52+98=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #703462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703462 is #8FCB9D. Grayscale: #4B4B4B. Windows color (decimal): -9423774 or 6435952. OLE color: 6435952.

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

Color convert

RGB 112 52 98 -
CMYK 0 0.54 0.13 0.56
HSL 314º 0.37% 0.32% -
HSV(B) 314º 0.54% 0.44% -
XYZ 10.11 6.78 12.33 -
YUV 75.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 112 52 98 0 0.54 0.13 0.56 314 0.37 0.32
Hex 70 34 62 0 36 D 38 13A 25 20
Octal 160 64 142 0 66 15 70 472 45 40
Binary 1110000 110100 1100010 0 110110 1101 111000 100111010 100101 100000

Color Harmonies of #703462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703462

Black with #703462

Text Example


Text Example

White with #703462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703462; }

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

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

background-color css

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

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

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

border-color css

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

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

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