Html Css Color HEX #702456 Palatinate Purple

📋 copy color: '#702456'

red 112 ◦ green 36 ◦ blue 86

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

Shades of Palatinate Purple #702456

Tints of Palatinate Purple #702456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 47.86%
G = 15.38%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#702456 (or 0x702456) is known color: Palatinate Purple. HEX triplet: 70, 24 and 56. RGB value is (112,36,86). Sum of RGB (Red+Green+Blue) = 112+36+86=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702456 is #8FDBA9. Grayscale: #404040. Windows color (decimal): -9427882 or 5645424. OLE color: 5645424.

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

Color convert

RGB 112 36 86 -
CMYK 0 0.68 0.23 0.56
HSL 320.53º 0.51% 0.29% -
HSV(B) 320.53º 0.68% 0.44% -
XYZ 8.99 5.38 9.37 -
YUV 64.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 112 36 86 0 0.68 0.23 0.56 320.53 0.51 0.29
Hex 70 24 56 0 44 17 38 141 33 1D
Octal 160 44 126 0 104 27 70 501 63 35
Binary 1110000 100100 1010110 0 1000100 10111 111000 101000001 110011 11101

Color Harmonies of #702456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702456

Black with #702456

Text Example


Text Example

White with #702456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702456; }

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

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

background-color css

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

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

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

border-color css

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

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

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