Html Css Color HEX #702258 Palatinate Purple

📋 copy color: '#702258'

red 112 ◦ green 34 ◦ blue 88

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

Shades of Palatinate Purple #702258

Tints of Palatinate Purple #702258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 47.86%
G = 14.53%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702258 (or 0x702258) is known color: Palatinate Purple. HEX triplet: 70, 22 and 58. RGB value is (112,34,88). Sum of RGB (Red+Green+Blue) = 112+34+88=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702258 is #8FDDA7. Grayscale: #3F3F3F. Windows color (decimal): -9428392 or 5775984. OLE color: 5775984.

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

Color convert

RGB 112 34 88 -
CMYK 0 0.70 0.21 0.56
HSL 318.46º 0.53% 0.29% -
HSV(B) 318.46º 0.7% 0.44% -
XYZ 9.02 5.29 9.78 -
YUV 63.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 112 34 88 0 0.70 0.21 0.56 318.46 0.53 0.29
Hex 70 22 58 0 46 15 38 13E 35 1D
Octal 160 42 130 0 106 25 70 476 65 35
Binary 1110000 100010 1011000 0 1000110 10101 111000 100111110 110101 11101

Color Harmonies of #702258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702258

Black with #702258

Text Example


Text Example

White with #702258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702258; }

 p { color: rgb(112,34,88); }

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

background-color css

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

 a { background-color: rgb(112,34,88); }

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

border-color css

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

 span { border-color: rgb(112,34,88); }

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