#702F61

Color #702F61 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #702F61

Tints of Palatinate Purple #702F61

Color information

#702F61 (or 0x702F61) is unknown color: approx 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

RGB1124797-
CMYK00.580.130.56
HSL313.85º40.88%31.18%-
HSV(B)313.85º58.04%43.92%-
XYZ9.866.3412.01-
YUV72.13142.03156.43-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112479700.580.130.56313.8540.8831.18
Hex702F6103AD3813a291f
Octal1605714107215704725137
Binary111000010111111000010111010110111100010011101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>