Html Css Color HEX #702764 Palatinate Purple

📋 copy color: '#702764'

red 112 ◦ green 39 ◦ blue 100

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

Shades of Palatinate Purple #702764

Tints of Palatinate Purple #702764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 44.62%
G = 15.54%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702764 (or 0x702764) is known color: Palatinate Purple. HEX triplet: 70, 27 and 64. RGB value is (112,39,100). Sum of RGB (Red+Green+Blue) = 112+39+100=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702764 is #8FD89B. Grayscale: #434343. Windows color (decimal): -9427100 or 6563696. OLE color: 6563696.

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

Color convert

RGB 112 39 100 -
CMYK 0 0.65 0.11 0.56
HSL 309.86º 0.48% 0.3% -
HSV(B) 309.86º 0.65% 0.44% -
XYZ 9.71 5.82 12.67 -
YUV 67.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 112 39 100 0 0.65 0.11 0.56 309.86 0.48 0.3
Hex 70 27 64 0 41 B 38 136 30 1E
Octal 160 47 144 0 101 13 70 466 60 36
Binary 1110000 100111 1100100 0 1000001 1011 111000 100110110 110000 11110

Color Harmonies of #702764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702764

Black with #702764

Text Example


Text Example

White with #702764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702764; }

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

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

background-color css

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

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

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

border-color css

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

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

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