Html Css Color HEX #702A5B Palatinate Purple

📋 copy color: '#702A5B'

red 112 ◦ green 42 ◦ blue 91

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

Shades of Palatinate Purple #702A5B

Tints of Palatinate Purple #702A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 45.71%
G = 17.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#702A5B (or 0x702A5B) is known color: Palatinate Purple. HEX triplet: 70, 2A and 5B. RGB value is (112,42,91). Sum of RGB (Red+Green+Blue) = 112+42+91=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A5B is #8FD5A4. Grayscale: #444444. Windows color (decimal): -9426341 or 5974640. OLE color: 5974640.

HSL color Cylindrical-coordinate representation of color #702A5B: hue angle of 318º 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 #702A5B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 42 91 -
CMYK 0 0.62 0.19 0.56
HSL 318º 0.45% 0.3% -
HSV(B) 318º 0.63% 0.44% -
XYZ 9.4 5.86 10.53 -
YUV 68.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 112 42 91 0 0.62 0.19 0.56 318 0.45 0.3
Hex 70 2A 5B 0 3E 13 38 13E 2D 1E
Octal 160 52 133 0 76 23 70 476 55 36
Binary 1110000 101010 1011011 0 111110 10011 111000 100111110 101101 11110

Color Harmonies of #702A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A5B

Black with #702A5B

Text Example


Text Example

White with #702A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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