Html Css Color HEX #702361 Palatinate Purple

📋 copy color: '#702361'

red 112 ◦ green 35 ◦ blue 97

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

Shades of Palatinate Purple #702361

Tints of Palatinate Purple #702361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.75%

R = 45.9%
G = 14.34%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702361 (or 0x702361) is known color: Palatinate Purple. HEX triplet: 70, 23 and 61. RGB value is (112,35,97). Sum of RGB (Red+Green+Blue) = 112+35+97=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702361 is #8FDC9E. Grayscale: #404040. Windows color (decimal): -9428127 or 6366064. OLE color: 6366064.

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

Color convert

RGB 112 35 97 -
CMYK 0 0.69 0.13 0.56
HSL 311.69º 0.52% 0.29% -
HSV(B) 311.69º 0.69% 0.44% -
XYZ 9.44 5.51 11.88 -
YUV 65.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 112 35 97 0 0.69 0.13 0.56 311.69 0.52 0.29
Hex 70 23 61 0 45 D 38 138 34 1D
Octal 160 43 141 0 105 15 70 470 64 35
Binary 1110000 100011 1100001 0 1000101 1101 111000 100111000 110100 11101

Color Harmonies of #702361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702361

Black with #702361

Text Example


Text Example

White with #702361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702361; }

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

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

background-color css

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

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

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

border-color css

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

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

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