#67075B

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

Shades of Palatinate Purple #67075B

Tints of Palatinate Purple #67075B

Color information

#67075B (or 0x67075B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 07 and 5B. RGB value is (103,7,91). Sum of RGB (Red+Green+Blue) = 103+7+91=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67075B is #98F8A4. Grayscale: #2D2D2D. Windows color (decimal): -10025125 or 5965671. OLE color: 5965671.

HSL color Cylindrical-coordinate representation of color #67075B: hue angle of 307.5º 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 #67075B is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB103791-
CMYK00.930.120.60
HSL307.5º87.27%21.57%-
HSV(B)307.5º93.2%40.39%-
XYZ7.563.7910.23-
YUV45.28153.8169.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=51.24%
G=3.48%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10379100.930.120.60307.587.2721.57
Hex6775B05DC3C1345716
Octal14771330135147446412726
Binary11001111111011011010111011100111100100110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67075B; }

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

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

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

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

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

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

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

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