Html Css Color HEX #702356 Palatinate Purple

📋 copy color: '#702356'

red 112 ◦ green 35 ◦ blue 86

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

Shades of Palatinate Purple #702356

Tints of Palatinate Purple #702356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.91%

R = 48.07%
G = 15.02%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#702356 (or 0x702356) is known color: Palatinate Purple. HEX triplet: 70, 23 and 56. RGB value is (112,35,86). Sum of RGB (Red+Green+Blue) = 112+35+86=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702356 is #8FDCA9. Grayscale: #3F3F3F. Windows color (decimal): -9428138 or 5645168. OLE color: 5645168.

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

Color convert

RGB 112 35 86 -
CMYK 0 0.69 0.23 0.56
HSL 320.26º 0.52% 0.29% -
HSV(B) 320.26º 0.69% 0.44% -
XYZ 8.96 5.32 9.36 -
YUV 63.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 112 35 86 0 0.69 0.23 0.56 320.26 0.52 0.29
Hex 70 23 56 0 45 17 38 140 34 1D
Octal 160 43 126 0 105 27 70 500 64 35
Binary 1110000 100011 1010110 0 1000101 10111 111000 101000000 110100 11101

Color Harmonies of #702356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702356

Black with #702356

Text Example


Text Example

White with #702356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702356; }

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

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

background-color css

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

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

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

border-color css

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

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

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