Html Css Color HEX #702B5E Palatinate Purple

📋 copy color: '#702B5E'

red 112 ◦ green 43 ◦ blue 94

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

Shades of Palatinate Purple #702B5E

Tints of Palatinate Purple #702B5E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 44.98%
G = 17.27%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#702B5E (or 0x702B5E) is known color: Palatinate Purple. HEX triplet: 70, 2B and 5E. RGB value is (112,43,94). Sum of RGB (Red+Green+Blue) = 112+43+94=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B5E is #8FD4A1. Grayscale: #454545. Windows color (decimal): -9426082 or 6171504. OLE color: 6171504.

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

Color convert

RGB 112 43 94 -
CMYK 0 0.62 0.16 0.56
HSL 315.65º 0.45% 0.3% -
HSV(B) 315.65º 0.62% 0.44% -
XYZ 9.57 5.98 11.24 -
YUV 69.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 112 43 94 0 0.62 0.16 0.56 315.65 0.45 0.3
Hex 70 2B 5E 0 3E 10 38 13C 2D 1E
Octal 160 53 136 0 76 20 70 474 55 36
Binary 1110000 101011 1011110 0 111110 10000 111000 100111100 101101 11110

Color Harmonies of #702B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B5E

Black with #702B5E

Text Example


Text Example

White with #702B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,43,94); }

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

background-color css

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

 a { background-color: rgb(112,43,94); }

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

border-color css

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

 span { border-color: rgb(112,43,94); }

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