Html Css Color HEX #702F61 Palatinate Purple

📋 copy color: '#702F61'

red 112 ◦ green 47 ◦ blue 97

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

Shades of Palatinate Purple #702F61

Tints of Palatinate Purple #702F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.89%

R = 43.75%
G = 18.36%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702F61 (or 0x702F61) is known color: Palatinate Purple. HEX triplet: 70, 2F and 61. RGB value is (112,47,97). Sum of RGB (Red+Green+Blue) = 112+47+97=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #702F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F61 is #8FD09E. Grayscale: #484848. Windows color (decimal): -9425055 or 6369136. OLE color: 6369136.

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

Color convert

RGB 112 47 97 -
CMYK 0 0.58 0.13 0.56
HSL 313.85º 0.41% 0.31% -
HSV(B) 313.85º 0.58% 0.44% -
XYZ 9.86 6.34 12.01 -
YUV 72.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 112 47 97 0 0.58 0.13 0.56 313.85 0.41 0.31
Hex 70 2F 61 0 3A D 38 13A 29 1F
Octal 160 57 141 0 72 15 70 472 51 37
Binary 1110000 101111 1100001 0 111010 1101 111000 100111010 101001 11111

Color Harmonies of #702F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F61

Black with #702F61

Text Example


Text Example

White with #702F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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