#670761

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

Shades of Palatinate Purple #670761

Tints of Palatinate Purple #670761

Color information

#670761 (or 0x670761) is unknown color: approx Palatinate Purple. HEX triplet: 67, 07 and 61. RGB value is (103,7,97). Sum of RGB (Red+Green+Blue) = 103+7+97=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #670761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670761 is #98F89E. Grayscale: #2D2D2D. Windows color (decimal): -10025119 or 6358887. OLE color: 6358887.

HSL color Cylindrical-coordinate representation of color #670761: hue angle of 303.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670761 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB103797-
CMYK00.930.060.60
HSL303.75º87.27%21.57%-
HSV(B)303.75º93.2%40.39%-
XYZ7.833.911.65-
YUV45.96156.8168.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=49.76%
G=3.38%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10379700.930.060.60303.7587.2721.57
Hex6776105D63C1305716
Octal1477141013567446012726
Binary1100111111110000101011101110111100100110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670761; }

 p { color: rgb(103,7,97); }

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

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

 a { background-color: rgb(103,7,97); }

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

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

 span { border-color: rgb(103,7,97); }

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