Html Css Color HEX #702564 Palatinate Purple

📋 copy color: '#702564'

red 112 ◦ green 37 ◦ blue 100

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

Shades of Palatinate Purple #702564

Tints of Palatinate Purple #702564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 44.98%
G = 14.86%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702564 (or 0x702564) is known color: Palatinate Purple. HEX triplet: 70, 25 and 64. RGB value is (112,37,100). Sum of RGB (Red+Green+Blue) = 112+37+100=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702564 is #8FDA9B. Grayscale: #424242. Windows color (decimal): -9427612 or 6563184. OLE color: 6563184.

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

Color convert

RGB 112 37 100 -
CMYK 0 0.67 0.11 0.56
HSL 309.6º 0.5% 0.29% -
HSV(B) 309.6º 0.67% 0.44% -
XYZ 9.64 5.69 12.65 -
YUV 66.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 112 37 100 0 0.67 0.11 0.56 309.6 0.5 0.29
Hex 70 25 64 0 43 B 38 136 32 1D
Octal 160 45 144 0 103 13 70 466 62 35
Binary 1110000 100101 1100100 0 1000011 1011 111000 100110110 110010 11101

Color Harmonies of #702564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702564

Black with #702564

Text Example


Text Example

White with #702564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702564; }

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

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

background-color css

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

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

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

border-color css

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

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

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