#702F6A

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

Shades of Palatinate Purple #702F6A

Tints of Palatinate Purple #702F6A

Color information

#702F6A (or 0x702F6A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2F and 6A. RGB value is (112,47,106). Sum of RGB (Red+Green+Blue) = 112+47+106=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #702F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F6A is #8FD095. Grayscale: #484848. Windows color (decimal): -9425046 or 6958960. OLE color: 6958960.

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

Color convert

RGB11247106-
CMYK00.580.050.56
HSL305.54º40.88%31.18%-
HSV(B)305.54º58.04%43.92%-
XYZ10.36.5214.35-
YUV73.16146.53155.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 106 (41.80% from 255) = 40%
R=42.26%
G=17.74%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124710600.580.050.56305.5440.8831.18
Hex702F6A03A538132291f
Octal160571520725704625137
Binary11100001011111101010011101010111100010011001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #702F6A;
 }
 .AnyTagClassName
 {
   color: #702F6A;
 }
</style>
background-color css

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

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

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

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

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

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