Html Css Color HEX #702660 Palatinate Purple

📋 copy color: '#702660'

red 112 ◦ green 38 ◦ blue 96

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

Shades of Palatinate Purple #702660

Tints of Palatinate Purple #702660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 45.53%
G = 15.45%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702660 (or 0x702660) is known color: Palatinate Purple. HEX triplet: 70, 26 and 60. RGB value is (112,38,96). Sum of RGB (Red+Green+Blue) = 112+38+96=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #702660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702660 is #8FD99F. Grayscale: #424242. Windows color (decimal): -9427360 or 6301296. OLE color: 6301296.

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

Color convert

RGB 112 38 96 -
CMYK 0 0.66 0.14 0.56
HSL 312.97º 0.49% 0.29% -
HSV(B) 312.97º 0.66% 0.44% -
XYZ 9.49 5.68 11.66 -
YUV 66.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 112 38 96 0 0.66 0.14 0.56 312.97 0.49 0.29
Hex 70 26 60 0 42 E 38 139 31 1D
Octal 160 46 140 0 102 16 70 471 61 35
Binary 1110000 100110 1100000 0 1000010 1110 111000 100111001 110001 11101

Color Harmonies of #702660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702660

Black with #702660

Text Example


Text Example

White with #702660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702660; }

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

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

background-color css

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

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

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

border-color css

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

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

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