Html Css Color HEX #702D65 Palatinate Purple

📋 copy color: '#702D65'

red 112 ◦ green 45 ◦ blue 101

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

Shades of Palatinate Purple #702D65

Tints of Palatinate Purple #702D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 43.41%
G = 17.44%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#702D65 (or 0x702D65) is known color: Palatinate Purple. HEX triplet: 70, 2D and 65. RGB value is (112,45,101). Sum of RGB (Red+Green+Blue) = 112+45+101=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #702D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D65 is #8FD29A. Grayscale: #474747. Windows color (decimal): -9425563 or 6630768. OLE color: 6630768.

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

Color convert

RGB 112 45 101 -
CMYK 0 0.60 0.10 0.56
HSL 309.85º 0.43% 0.31% -
HSV(B) 309.85º 0.6% 0.44% -
XYZ 9.97 6.26 12.99 -
YUV 71.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 112 45 101 0 0.60 0.10 0.56 309.85 0.43 0.31
Hex 70 2D 65 0 3C A 38 136 2B 1F
Octal 160 55 145 0 74 12 70 466 53 37
Binary 1110000 101101 1100101 0 111100 1010 111000 100110110 101011 11111

Color Harmonies of #702D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D65

Black with #702D65

Text Example


Text Example

White with #702D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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