#670558

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

Shades of Palatinate Purple #670558

Tints of Palatinate Purple #670558

Color information

#670558 (or 0x670558) is unknown color: approx Palatinate Purple. HEX triplet: 67, 05 and 58. RGB value is (103,5,88). Sum of RGB (Red+Green+Blue) = 103+5+88=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #670558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670558 is #98FAA7. Grayscale: #2B2B2B. Windows color (decimal): -10025640 or 5768551. OLE color: 5768551.

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

Color convert

RGB103588-
CMYK00.950.150.60
HSL309.18º90.74%21.18%-
HSV(B)309.18º95.15%40.39%-
XYZ7.413.79.56-
YUV43.76152.97170.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.55%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=52.55%
G=2.55%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10358800.950.150.60309.1890.7421.18
Hex6755805FF3C1355b15
Octal14751300137177446513325
Binary11001111011011000010111111111111100100110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670558; }

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

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

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

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

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

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

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

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