Html Css Color HEX #702D66 Palatinate Purple

📋 copy color: '#702D66'

red 112 ◦ green 45 ◦ blue 102

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

Shades of Palatinate Purple #702D66

Tints of Palatinate Purple #702D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 43.24%
G = 17.37%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#702D66 (or 0x702D66) is known color: Palatinate Purple. HEX triplet: 70, 2D and 66. RGB value is (112,45,102). Sum of RGB (Red+Green+Blue) = 112+45+102=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #702D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D66 is #8FD299. Grayscale: #474747. Windows color (decimal): -9425562 or 6696304. OLE color: 6696304.

HSL color Cylindrical-coordinate representation of color #702D66: hue angle of 308.96º 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 #702D66 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 102 -
CMYK 0 0.60 0.09 0.56
HSL 308.96º 0.43% 0.31% -
HSV(B) 308.96º 0.6% 0.44% -
XYZ 10.02 6.28 13.25 -
YUV 71.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 112 45 102 0 0.60 0.09 0.56 308.96 0.43 0.31
Hex 70 2D 66 0 3C 9 38 135 2B 1F
Octal 160 55 146 0 74 11 70 465 53 37
Binary 1110000 101101 1100110 0 111100 1001 111000 100110101 101011 11111

Color Harmonies of #702D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D66

Black with #702D66

Text Example


Text Example

White with #702D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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