Html Css Color HEX #702B60 Palatinate Purple

📋 copy color: '#702B60'

red 112 ◦ green 43 ◦ blue 96

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

Shades of Palatinate Purple #702B60

Tints of Palatinate Purple #702B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 44.62%
G = 17.13%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702B60 (or 0x702B60) is known color: Palatinate Purple. HEX triplet: 70, 2B and 60. RGB value is (112,43,96). Sum of RGB (Red+Green+Blue) = 112+43+96=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B60 is #8FD49F. Grayscale: #454545. Windows color (decimal): -9426080 or 6302576. OLE color: 6302576.

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

Color convert

RGB 112 43 96 -
CMYK 0 0.62 0.14 0.56
HSL 313.91º 0.45% 0.3% -
HSV(B) 313.91º 0.62% 0.44% -
XYZ 9.66 6.02 11.72 -
YUV 69.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 112 43 96 0 0.62 0.14 0.56 313.91 0.45 0.3
Hex 70 2B 60 0 3E E 38 13A 2D 1E
Octal 160 53 140 0 76 16 70 472 55 36
Binary 1110000 101011 1100000 0 111110 1110 111000 100111010 101101 11110

Color Harmonies of #702B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B60

Black with #702B60

Text Example


Text Example

White with #702B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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