Html Css Color HEX #702657 Palatinate Purple

📋 copy color: '#702657'

red 112 ◦ green 38 ◦ blue 87

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

Shades of Palatinate Purple #702657

Tints of Palatinate Purple #702657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 47.26%
G = 16.03%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#702657 (or 0x702657) is known color: Palatinate Purple. HEX triplet: 70, 26 and 57. RGB value is (112,38,87). Sum of RGB (Red+Green+Blue) = 112+38+87=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #702657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702657 is #8FD9A8. Grayscale: #414141. Windows color (decimal): -9427369 or 5711472. OLE color: 5711472.

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

Color convert

RGB 112 38 87 -
CMYK 0 0.66 0.22 0.56
HSL 320.27º 0.49% 0.29% -
HSV(B) 320.27º 0.66% 0.44% -
XYZ 9.1 5.52 9.6 -
YUV 65.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 112 38 87 0 0.66 0.22 0.56 320.27 0.49 0.29
Hex 70 26 57 0 42 16 38 140 31 1D
Octal 160 46 127 0 102 26 70 500 61 35
Binary 1110000 100110 1010111 0 1000010 10110 111000 101000000 110001 11101

Color Harmonies of #702657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702657

Black with #702657

Text Example


Text Example

White with #702657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702657; }

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

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

background-color css

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

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

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

border-color css

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

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

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