Html Css Color HEX #702D5D Palatinate Purple

📋 copy color: '#702D5D'

red 112 ◦ green 45 ◦ blue 93

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

Shades of Palatinate Purple #702D5D

Tints of Palatinate Purple #702D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18%

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

R = 44.8%
G = 18%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#702D5D (or 0x702D5D) is known color: Palatinate Purple. HEX triplet: 70, 2D and 5D. RGB value is (112,45,93). Sum of RGB (Red+Green+Blue) = 112+45+93=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D5D is #8FD2A2. Grayscale: #464646. Windows color (decimal): -9425571 or 6106480. OLE color: 6106480.

HSL color Cylindrical-coordinate representation of color #702D5D: hue angle of 317.01º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D5D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 93 -
CMYK 0 0.60 0.17 0.56
HSL 317.01º 0.43% 0.31% -
HSV(B) 317.01º 0.6% 0.44% -
XYZ 9.6 6.11 11.03 -
YUV 70.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 112 45 93 0 0.60 0.17 0.56 317.01 0.43 0.31
Hex 70 2D 5D 0 3C 11 38 13D 2B 1F
Octal 160 55 135 0 74 21 70 475 53 37
Binary 1110000 101101 1011101 0 111100 10001 111000 100111101 101011 11111

Color Harmonies of #702D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D5D

Black with #702D5D

Text Example


Text Example

White with #702D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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