Html Css Color HEX #702358 Palatinate Purple

📋 copy color: '#702358'

red 112 ◦ green 35 ◦ blue 88

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

Shades of Palatinate Purple #702358

Tints of Palatinate Purple #702358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 47.66%
G = 14.89%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#702358 (or 0x702358) is known color: Palatinate Purple. HEX triplet: 70, 23 and 58. RGB value is (112,35,88). Sum of RGB (Red+Green+Blue) = 112+35+88=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702358 is #8FDCA7. Grayscale: #3F3F3F. Windows color (decimal): -9428136 or 5776240. OLE color: 5776240.

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

Color convert

RGB 112 35 88 -
CMYK 0 0.69 0.21 0.56
HSL 318.7º 0.52% 0.29% -
HSV(B) 318.7º 0.69% 0.44% -
XYZ 9.04 5.35 9.79 -
YUV 64.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 112 35 88 0 0.69 0.21 0.56 318.7 0.52 0.29
Hex 70 23 58 0 45 15 38 13F 34 1D
Octal 160 43 130 0 105 25 70 477 64 35
Binary 1110000 100011 1011000 0 1000101 10101 111000 100111111 110100 11101

Color Harmonies of #702358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702358

Black with #702358

Text Example


Text Example

White with #702358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702358; }

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

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

background-color css

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

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

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

border-color css

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

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

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