#671158

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

Shades of Palatinate Purple #671158

Tints of Palatinate Purple #671158

Color information

#671158 (or 0x671158) is unknown color: approx Palatinate Purple. HEX triplet: 67, 11 and 58. RGB value is (103,17,88). Sum of RGB (Red+Green+Blue) = 103+17+88=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #671158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671158 is #98EEA7. Grayscale: #323232. Windows color (decimal): -10022568 or 5771623. OLE color: 5771623.

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

Color convert

RGB1031788-
CMYK00.830.150.60
HSL310.47º71.67%23.53%-
HSV(B)310.47º83.5%40.39%-
XYZ7.563.999.6-
YUV50.81148.99165.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.52%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=49.52%
G=8.17%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103178800.830.150.60310.4771.6723.53
Hex671158053F3C1364818
Octal147211300123177446611030
Binary1100111100011011000010100111111111100100110110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671158; }

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

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

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

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

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

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

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

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