Html Css Color HEX #702861 Palatinate Purple

📋 copy color: '#702861'

red 112 ◦ green 40 ◦ blue 97

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

Shades of Palatinate Purple #702861

Tints of Palatinate Purple #702861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 44.98%
G = 16.06%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702861 (or 0x702861) is known color: Palatinate Purple. HEX triplet: 70, 28 and 61. RGB value is (112,40,97). Sum of RGB (Red+Green+Blue) = 112+40+97=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702861 is #8FD79E. Grayscale: #434343. Windows color (decimal): -9426847 or 6367344. OLE color: 6367344.

HSL color Cylindrical-coordinate representation of color #702861: hue angle of 312.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702861 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 97 -
CMYK 0 0.64 0.13 0.56
HSL 312.5º 0.47% 0.3% -
HSV(B) 312.5º 0.64% 0.44% -
XYZ 9.6 5.83 11.93 -
YUV 68.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 112 40 97 0 0.64 0.13 0.56 312.5 0.47 0.3
Hex 70 28 61 0 40 D 38 138 2F 1E
Octal 160 50 141 0 100 15 70 470 57 36
Binary 1110000 101000 1100001 0 1000000 1101 111000 100111000 101111 11110

Color Harmonies of #702861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702861

Black with #702861

Text Example


Text Example

White with #702861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702861; }

 p { color: rgb(112,40,97); }

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

background-color css

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

 a { background-color: rgb(112,40,97); }

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

border-color css

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

 span { border-color: rgb(112,40,97); }

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