#670F5F

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

Shades of Palatinate Purple #670F5F

Tints of Palatinate Purple #670F5F

Color information

#670F5F (or 0x670F5F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 0F and 5F. RGB value is (103,15,95). Sum of RGB (Red+Green+Blue) = 103+15+95=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #670F5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670F5F is #98F0A0. Grayscale: #323232. Windows color (decimal): -10023073 or 6229863. OLE color: 6229863.

HSL color Cylindrical-coordinate representation of color #670F5F: hue angle of 305.45º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F5F is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1031595-
CMYK00.850.080.60
HSL305.45º74.58%23.14%-
HSV(B)305.45º85.44%40.39%-
XYZ7.834.0511.2-
YUV50.43153.15165.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=48.36%
G=7.04%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103159500.850.080.60305.4574.5823.14
Hex67F5F05583C1314b17
Octal147171370125107446111327
Binary110011111111011111010101011000111100100110001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670F5F; }

 p { color: rgb(103,15,95); }

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

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

 a { background-color: rgb(103,15,95); }

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

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

 span { border-color: rgb(103,15,95); }

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