Html Css Color HEX #702464 Palatinate Purple

📋 copy color: '#702464'

red 112 ◦ green 36 ◦ blue 100

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

Shades of Palatinate Purple #702464

Tints of Palatinate Purple #702464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 45.16%
G = 14.52%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702464 (or 0x702464) is known color: Palatinate Purple. HEX triplet: 70, 24 and 64. RGB value is (112,36,100). Sum of RGB (Red+Green+Blue) = 112+36+100=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702464 is #8FDB9B. Grayscale: #414141. Windows color (decimal): -9427868 or 6562928. OLE color: 6562928.

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

Color convert

RGB 112 36 100 -
CMYK 0 0.68 0.11 0.56
HSL 309.47º 0.51% 0.29% -
HSV(B) 309.47º 0.68% 0.44% -
XYZ 9.61 5.63 12.64 -
YUV 66.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 112 36 100 0 0.68 0.11 0.56 309.47 0.51 0.29
Hex 70 24 64 0 44 B 38 135 33 1D
Octal 160 44 144 0 104 13 70 465 63 35
Binary 1110000 100100 1100100 0 1000100 1011 111000 100110101 110011 11101

Color Harmonies of #702464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702464

Black with #702464

Text Example


Text Example

White with #702464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702464; }

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

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

background-color css

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

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

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

border-color css

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

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

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