Html Css Color HEX #702B5D Palatinate Purple

📋 copy color: '#702B5D'

red 112 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #702B5D

Tints of Palatinate Purple #702B5D

RGB

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

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

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

R = 45.16%
G = 17.34%
B = 37.5%

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

#702B5D (or 0x702B5D) is known color: Palatinate Purple. HEX triplet: 70, 2B and 5D. RGB value is (112,43,93). Sum of RGB (Red+Green+Blue) = 112+43+93=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B5D is #8FD4A2. Grayscale: #454545. Windows color (decimal): -9426083 or 6105968. OLE color: 6105968.

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

Color convert

RGB 112 43 93 -
CMYK 0 0.62 0.17 0.56
HSL 316.52º 0.45% 0.3% -
HSV(B) 316.52º 0.62% 0.44% -
XYZ 9.52 5.96 11.01 -
YUV 69.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 112 43 93 0 0.62 0.17 0.56 316.52 0.45 0.3
Hex 70 2B 5D 0 3E 11 38 13D 2D 1E
Octal 160 53 135 0 76 21 70 475 55 36
Binary 1110000 101011 1011101 0 111110 10001 111000 100111101 101101 11110

Color Harmonies of #702B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B5D

Black with #702B5D

Text Example


Text Example

White with #702B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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