Html Css Color HEX #702661 Palatinate Purple

📋 copy color: '#702661'

red 112 ◦ green 38 ◦ blue 97

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

Shades of Palatinate Purple #702661

Tints of Palatinate Purple #702661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 45.34%
G = 15.38%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702661 (or 0x702661) is known color: Palatinate Purple. HEX triplet: 70, 26 and 61. RGB value is (112,38,97). Sum of RGB (Red+Green+Blue) = 112+38+97=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702661 is #8FD99E. Grayscale: #424242. Windows color (decimal): -9427359 or 6366832. OLE color: 6366832.

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

Color convert

RGB 112 38 97 -
CMYK 0 0.66 0.13 0.56
HSL 312.16º 0.49% 0.29% -
HSV(B) 312.16º 0.66% 0.44% -
XYZ 9.53 5.69 11.91 -
YUV 66.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 112 38 97 0 0.66 0.13 0.56 312.16 0.49 0.29
Hex 70 26 61 0 42 D 38 138 31 1D
Octal 160 46 141 0 102 15 70 470 61 35
Binary 1110000 100110 1100001 0 1000010 1101 111000 100111000 110001 11101

Color Harmonies of #702661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702661

Black with #702661

Text Example


Text Example

White with #702661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702661; }

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

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

background-color css

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

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

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

border-color css

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

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

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