Html Css Color HEX #702263 Palatinate Purple

📋 copy color: '#702263'

red 112 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #702263

Tints of Palatinate Purple #702263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 45.71%
G = 13.88%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#702263 (or 0x702263) is known color: Palatinate Purple. HEX triplet: 70, 22 and 63. RGB value is (112,34,99). Sum of RGB (Red+Green+Blue) = 112+34+99=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702263 is #8FDD9C. Grayscale: #404040. Windows color (decimal): -9428381 or 6496880. OLE color: 6496880.

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

Color convert

RGB 112 34 99 -
CMYK 0 0.70 0.12 0.56
HSL 310º 0.53% 0.29% -
HSV(B) 310º 0.7% 0.44% -
XYZ 9.51 5.49 12.36 -
YUV 64.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 112 34 99 0 0.70 0.12 0.56 310 0.53 0.29
Hex 70 22 63 0 46 C 38 136 35 1D
Octal 160 42 143 0 106 14 70 466 65 35
Binary 1110000 100010 1100011 0 1000110 1100 111000 100110110 110101 11101

Color Harmonies of #702263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702263

Black with #702263

Text Example


Text Example

White with #702263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702263; }

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

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

background-color css

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

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

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

border-color css

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

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

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