Html Css Color HEX #702357 Palatinate Purple

📋 copy color: '#702357'

red 112 ◦ green 35 ◦ blue 87

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

Shades of Palatinate Purple #702357

Tints of Palatinate Purple #702357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 47.86%
G = 14.96%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#702357 (or 0x702357) is known color: Palatinate Purple. HEX triplet: 70, 23 and 57. RGB value is (112,35,87). Sum of RGB (Red+Green+Blue) = 112+35+87=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702357 is #8FDCA8. Grayscale: #3F3F3F. Windows color (decimal): -9428137 or 5710704. OLE color: 5710704.

HSL color Cylindrical-coordinate representation of color #702357: hue angle of 319.48º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702357 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 87 -
CMYK 0 0.69 0.22 0.56
HSL 319.48º 0.52% 0.29% -
HSV(B) 319.48º 0.69% 0.44% -
XYZ 9 5.33 9.57 -
YUV 63.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 112 35 87 0 0.69 0.22 0.56 319.48 0.52 0.29
Hex 70 23 57 0 45 16 38 13F 34 1D
Octal 160 43 127 0 105 26 70 477 64 35
Binary 1110000 100011 1010111 0 1000101 10110 111000 100111111 110100 11101

Color Harmonies of #702357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702357

Black with #702357

Text Example


Text Example

White with #702357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702357; }

 p { color: rgb(112,35,87); }

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

background-color css

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

 a { background-color: rgb(112,35,87); }

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

border-color css

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

 span { border-color: rgb(112,35,87); }

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