#67135C

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

Shades of Palatinate Purple #67135C

Tints of Palatinate Purple #67135C

Color information

#67135C (or 0x67135C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 13 and 5C. RGB value is (103,19,92). Sum of RGB (Red+Green+Blue) = 103+19+92=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67135C is #98ECA3. Grayscale: #343434. Windows color (decimal): -10022052 or 6034279. OLE color: 6034279.

HSL color Cylindrical-coordinate representation of color #67135C: hue angle of 307.86º 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 #67135C is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1031992-
CMYK00.820.110.60
HSL307.86º68.85%23.92%-
HSV(B)307.86º81.55%40.39%-
XYZ7.764.1210.51-
YUV52.44150.33164.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=48.13%
G=8.88%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103199200.820.110.60307.8668.8523.92
Hex67135C052B3C1344518
Octal147231340122137446410530
Binary1100111100111011100010100101011111100100110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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