#6B385C

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

Shades of Palatinate Purple #6B385C

Tints of Palatinate Purple #6B385C

Color information

#6B385C (or 0x6B385C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 38 and 5C. RGB value is (107,56,92). Sum of RGB (Red+Green+Blue) = 107+56+92=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385C is #94C7A3. Grayscale: #4B4B4B. Windows color (decimal): -9750436 or 6043755. OLE color: 6043755.

HSL color Cylindrical-coordinate representation of color #6B385C: hue angle of 317.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B385C is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1075692-
CMYK00.480.140.58
HSL317.65º31.29%31.96%-
HSV(B)317.65º47.66%41.96%-
XYZ9.416.7310.93-
YUV75.35137.4150.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=41.96%
G=21.96%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107569200.480.140.58317.6531.2931.96
Hex6B385C030E3A13e1f20
Octal1537013406016724763740
Binary110101111100010111000110000111011101010011111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B385C; }

 p { color: rgb(107,56,92); }

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

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

 a { background-color: rgb(107,56,92); }

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

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

 span { border-color: rgb(107,56,92); }

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