Html Css Color HEX #702459 Palatinate Purple

📋 copy color: '#702459'

red 112 ◦ green 36 ◦ blue 89

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

Shades of Palatinate Purple #702459

Tints of Palatinate Purple #702459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

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

R = 47.26%
G = 15.19%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702459 (or 0x702459) is known color: Palatinate Purple. HEX triplet: 70, 24 and 59. RGB value is (112,36,89). Sum of RGB (Red+Green+Blue) = 112+36+89=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #702459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702459 is #8FDBA6. Grayscale: #404040. Windows color (decimal): -9427879 or 5842032. OLE color: 5842032.

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

Color convert

RGB 112 36 89 -
CMYK 0 0.68 0.21 0.56
HSL 318.16º 0.51% 0.29% -
HSV(B) 318.16º 0.68% 0.44% -
XYZ 9.12 5.43 10.02 -
YUV 64.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 112 36 89 0 0.68 0.21 0.56 318.16 0.51 0.29
Hex 70 24 59 0 44 15 38 13E 33 1D
Octal 160 44 131 0 104 25 70 476 63 35
Binary 1110000 100100 1011001 0 1000100 10101 111000 100111110 110011 11101

Color Harmonies of #702459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702459

Black with #702459

Text Example


Text Example

White with #702459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702459; }

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

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

background-color css

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

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

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

border-color css

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

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

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