Html Css Color HEX #700460 Palatinate Purple

📋 copy color: '#700460'

red 112 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #700460

Tints of Palatinate Purple #700460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 52.83%
G = 1.89%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#700460 (or 0x700460) is known color: Palatinate Purple. HEX triplet: 70, 04 and 60. RGB value is (112,4,96). Sum of RGB (Red+Green+Blue) = 112+4+96=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700460 is #8FFB9F. Grayscale: #2E2E2E. Windows color (decimal): -9436064 or 6292592. OLE color: 6292592.

HSL color Cylindrical-coordinate representation of color #700460: hue angle of 308.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700460 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 96 -
CMYK 0 0.96 0.14 0.56
HSL 308.89º 0.93% 0.23% -
HSV(B) 308.89º 0.96% 0.44% -
XYZ 8.84 4.38 11.45 -
YUV 46.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 112 4 96 0 0.96 0.14 0.56 308.89 0.93 0.23
Hex 70 4 60 0 60 E 38 135 5D 17
Octal 160 4 140 0 140 16 70 465 135 27
Binary 1110000 100 1100000 0 1100000 1110 111000 100110101 1011101 10111

Color Harmonies of #700460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700460

Black with #700460

Text Example


Text Example

White with #700460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700460; }

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

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

background-color css

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

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

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

border-color css

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

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

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