Html Css Color HEX #702F64 Palatinate Purple

📋 copy color: '#702F64'

red 112 ◦ green 47 ◦ blue 100

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

Shades of Palatinate Purple #702F64

Tints of Palatinate Purple #702F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

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

R = 43.24%
G = 18.15%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702F64 (or 0x702F64) is known color: Palatinate Purple. HEX triplet: 70, 2F and 64. RGB value is (112,47,100). Sum of RGB (Red+Green+Blue) = 112+47+100=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #702F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F64 is #8FD09B. Grayscale: #484848. Windows color (decimal): -9425052 or 6565744. OLE color: 6565744.

HSL color Cylindrical-coordinate representation of color #702F64: hue angle of 311.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F64 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 100 -
CMYK 0 0.58 0.11 0.56
HSL 311.08º 0.41% 0.31% -
HSV(B) 311.08º 0.58% 0.44% -
XYZ 10 6.4 12.76 -
YUV 72.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 112 47 100 0 0.58 0.11 0.56 311.08 0.41 0.31
Hex 70 2F 64 0 3A B 38 137 29 1F
Octal 160 57 144 0 72 13 70 467 51 37
Binary 1110000 101111 1100100 0 111010 1011 111000 100110111 101001 11111

Color Harmonies of #702F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F64

Black with #702F64

Text Example


Text Example

White with #702F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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