Html Css Color HEX #702A5D Palatinate Purple

📋 copy color: '#702A5D'

red 112 ◦ green 42 ◦ blue 93

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

Shades of Palatinate Purple #702A5D

Tints of Palatinate Purple #702A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17%

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 45.34%
G = 17%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#702A5D (or 0x702A5D) is known color: Palatinate Purple. HEX triplet: 70, 2A and 5D. RGB value is (112,42,93). Sum of RGB (Red+Green+Blue) = 112+42+93=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A5D is #8FD5A2. Grayscale: #444444. Windows color (decimal): -9426339 or 6105712. OLE color: 6105712.

HSL color Cylindrical-coordinate representation of color #702A5D: hue angle of 316.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A5D is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 93 -
CMYK 0 0.62 0.17 0.56
HSL 316.29º 0.45% 0.3% -
HSV(B) 316.29º 0.63% 0.44% -
XYZ 9.49 5.89 10.99 -
YUV 68.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 112 42 93 0 0.62 0.17 0.56 316.29 0.45 0.3
Hex 70 2A 5D 0 3E 11 38 13C 2D 1E
Octal 160 52 135 0 76 21 70 474 55 36
Binary 1110000 101010 1011101 0 111110 10001 111000 100111100 101101 11110

Color Harmonies of #702A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A5D

Black with #702A5D

Text Example


Text Example

White with #702A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A5D; }

 p { color: rgb(112,42,93); }

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

background-color css

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

 a { background-color: rgb(112,42,93); }

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

border-color css

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

 span { border-color: rgb(112,42,93); }

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