#671058

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

Shades of Palatinate Purple #671058

Tints of Palatinate Purple #671058

Color information

#671058 (or 0x671058) is unknown color: approx Palatinate Purple. HEX triplet: 67, 10 and 58. RGB value is (103,16,88). Sum of RGB (Red+Green+Blue) = 103+16+88=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #671058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671058 is #98EFA7. Grayscale: #323232. Windows color (decimal): -10022824 or 5771367. OLE color: 5771367.

HSL color Cylindrical-coordinate representation of color #671058: hue angle of 310.34º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671058 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1031688-
CMYK00.840.150.60
HSL310.34º73.11%23.33%-
HSV(B)310.34º84.47%40.39%-
XYZ7.543.969.6-
YUV50.22149.32165.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=49.76%
G=7.73%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103168800.840.150.60310.3473.1123.33
Hex671058054F3C1364917
Octal147201300124177446611127
Binary1100111100001011000010101001111111100100110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671058; }

 p { color: rgb(103,16,88); }

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

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

 a { background-color: rgb(103,16,88); }

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

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

 span { border-color: rgb(103,16,88); }

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