Html Css Color HEX #702D64 Palatinate Purple

📋 copy color: '#702D64'

red 112 ◦ green 45 ◦ blue 100

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

Shades of Palatinate Purple #702D64

Tints of Palatinate Purple #702D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

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

R = 43.58%
G = 17.51%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702D64 (or 0x702D64) is known color: Palatinate Purple. HEX triplet: 70, 2D and 64. RGB value is (112,45,100). Sum of RGB (Red+Green+Blue) = 112+45+100=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #702D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D64 is #8FD29B. Grayscale: #474747. Windows color (decimal): -9425564 or 6565232. OLE color: 6565232.

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

Color convert

RGB 112 45 100 -
CMYK 0 0.60 0.11 0.56
HSL 310.75º 0.43% 0.31% -
HSV(B) 310.75º 0.6% 0.44% -
XYZ 9.92 6.24 12.74 -
YUV 71.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 112 45 100 0 0.60 0.11 0.56 310.75 0.43 0.31
Hex 70 2D 64 0 3C B 38 137 2B 1F
Octal 160 55 144 0 74 13 70 467 53 37
Binary 1110000 101101 1100100 0 111100 1011 111000 100110111 101011 11111

Color Harmonies of #702D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D64

Black with #702D64

Text Example


Text Example

White with #702D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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