Html Css Color HEX #702561 Palatinate Purple

📋 copy color: '#702561'

red 112 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #702561

Tints of Palatinate Purple #702561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 45.53%
G = 15.04%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702561 (or 0x702561) is known color: Palatinate Purple. HEX triplet: 70, 25 and 61. RGB value is (112,37,97). Sum of RGB (Red+Green+Blue) = 112+37+97=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #702561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702561 is #8FDA9E. Grayscale: #424242. Windows color (decimal): -9427615 or 6366576. OLE color: 6366576.

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

Color convert

RGB 112 37 97 -
CMYK 0 0.67 0.13 0.56
HSL 312º 0.5% 0.29% -
HSV(B) 312º 0.67% 0.44% -
XYZ 9.5 5.63 11.9 -
YUV 66.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 112 37 97 0 0.67 0.13 0.56 312 0.5 0.29
Hex 70 25 61 0 43 D 38 138 32 1D
Octal 160 45 141 0 103 15 70 470 62 35
Binary 1110000 100101 1100001 0 1000011 1101 111000 100111000 110010 11101

Color Harmonies of #702561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702561

Black with #702561

Text Example


Text Example

White with #702561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702561; }

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

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

background-color css

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

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

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

border-color css

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

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

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