#67135D

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

Shades of Palatinate Purple #67135D

Tints of Palatinate Purple #67135D

Color information

#67135D (or 0x67135D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 13 and 5D. RGB value is (103,19,93). Sum of RGB (Red+Green+Blue) = 103+19+93=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67135D is #98ECA2. Grayscale: #343434. Windows color (decimal): -10022051 or 6099815. OLE color: 6099815.

HSL color Cylindrical-coordinate representation of color #67135D: hue angle of 307.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67135D is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1031993-
CMYK00.820.100.60
HSL307.14º68.85%23.92%-
HSV(B)307.14º81.55%40.39%-
XYZ7.84.1410.74-
YUV52.55150.83163.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=47.91%
G=8.84%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103199300.820.100.60307.1468.8523.92
Hex67135D052A3C1334518
Octal147231350122127446310530
Binary1100111100111011101010100101010111100100110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67135D; }

 p { color: rgb(103,19,93); }

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

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

 a { background-color: rgb(103,19,93); }

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

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

 span { border-color: rgb(103,19,93); }

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