Html Css Color HEX #702659 Palatinate Purple

📋 copy color: '#702659'

red 112 ◦ green 38 ◦ blue 89

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

Shades of Palatinate Purple #702659

Tints of Palatinate Purple #702659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 46.86%
G = 15.9%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702659 (or 0x702659) is known color: Palatinate Purple. HEX triplet: 70, 26 and 59. RGB value is (112,38,89). Sum of RGB (Red+Green+Blue) = 112+38+89=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #702659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702659 is #8FD9A6. Grayscale: #414141. Windows color (decimal): -9427367 or 5842544. OLE color: 5842544.

HSL color Cylindrical-coordinate representation of color #702659: hue angle of 318.65º 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 #702659 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 38 89 -
CMYK 0 0.66 0.21 0.56
HSL 318.65º 0.49% 0.29% -
HSV(B) 318.65º 0.66% 0.44% -
XYZ 9.18 5.55 10.04 -
YUV 65.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 112 38 89 0 0.66 0.21 0.56 318.65 0.49 0.29
Hex 70 26 59 0 42 15 38 13F 31 1D
Octal 160 46 131 0 102 25 70 477 61 35
Binary 1110000 100110 1011001 0 1000010 10101 111000 100111111 110001 11101

Color Harmonies of #702659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702659

Black with #702659

Text Example


Text Example

White with #702659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702659; }

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

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

background-color css

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

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

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

border-color css

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

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

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