Html Css Color HEX #702D5B Palatinate Purple

📋 copy color: '#702D5B'

red 112 ◦ green 45 ◦ blue 91

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

Shades of Palatinate Purple #702D5B

Tints of Palatinate Purple #702D5B

RGB

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

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

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

R = 45.16%
G = 18.15%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#702D5B (or 0x702D5B) is known color: Palatinate Purple. HEX triplet: 70, 2D and 5B. RGB value is (112,45,91). Sum of RGB (Red+Green+Blue) = 112+45+91=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D5B is #8FD2A4. Grayscale: #464646. Windows color (decimal): -9425573 or 5975408. OLE color: 5975408.

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

Color convert

RGB 112 45 91 -
CMYK 0 0.60 0.19 0.56
HSL 318.81º 0.43% 0.31% -
HSV(B) 318.81º 0.6% 0.44% -
XYZ 9.51 6.08 10.57 -
YUV 70.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 112 45 91 0 0.60 0.19 0.56 318.81 0.43 0.31
Hex 70 2D 5B 0 3C 13 38 13F 2B 1F
Octal 160 55 133 0 74 23 70 477 53 37
Binary 1110000 101101 1011011 0 111100 10011 111000 100111111 101011 11111

Color Harmonies of #702D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D5B

Black with #702D5B

Text Example


Text Example

White with #702D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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