Html Css Color HEX #702460 Palatinate Purple

📋 copy color: '#702460'

red 112 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #702460

Tints of Palatinate Purple #702460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 45.9%
G = 14.75%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702460 (or 0x702460) is known color: Palatinate Purple. HEX triplet: 70, 24 and 60. RGB value is (112,36,96). Sum of RGB (Red+Green+Blue) = 112+36+96=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702460 is #8FDB9F. Grayscale: #414141. Windows color (decimal): -9427872 or 6300784. OLE color: 6300784.

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

Color convert

RGB 112 36 96 -
CMYK 0 0.68 0.14 0.56
HSL 312.63º 0.51% 0.29% -
HSV(B) 312.63º 0.68% 0.44% -
XYZ 9.42 5.55 11.64 -
YUV 65.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 112 36 96 0 0.68 0.14 0.56 312.63 0.51 0.29
Hex 70 24 60 0 44 E 38 139 33 1D
Octal 160 44 140 0 104 16 70 471 63 35
Binary 1110000 100100 1100000 0 1000100 1110 111000 100111001 110011 11101

Color Harmonies of #702460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702460

Black with #702460

Text Example


Text Example

White with #702460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702460; }

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

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

background-color css

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

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

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

border-color css

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

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

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