Html Css Color HEX #702B5F Palatinate Purple

📋 copy color: '#702B5F'

red 112 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #702B5F

Tints of Palatinate Purple #702B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38%

R = 44.8%
G = 17.2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#702B5F (or 0x702B5F) is known color: Palatinate Purple. HEX triplet: 70, 2B and 5F. RGB value is (112,43,95). Sum of RGB (Red+Green+Blue) = 112+43+95=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #702B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B5F is #8FD4A0. Grayscale: #454545. Windows color (decimal): -9426081 or 6237040. OLE color: 6237040.

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

Color convert

RGB 112 43 95 -
CMYK 0 0.62 0.15 0.56
HSL 314.78º 0.45% 0.3% -
HSV(B) 314.78º 0.62% 0.44% -
XYZ 9.61 6 11.48 -
YUV 69.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 112 43 95 0 0.62 0.15 0.56 314.78 0.45 0.3
Hex 70 2B 5F 0 3E F 38 13B 2D 1E
Octal 160 53 137 0 76 17 70 473 55 36
Binary 1110000 101011 1011111 0 111110 1111 111000 100111011 101101 11110

Color Harmonies of #702B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B5F

Black with #702B5F

Text Example


Text Example

White with #702B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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