#6B385A

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

Shades of Palatinate Purple #6B385A

Tints of Palatinate Purple #6B385A

Color information

#6B385A (or 0x6B385A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 38 and 5A. RGB value is (107,56,90). Sum of RGB (Red+Green+Blue) = 107+56+90=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385A is #94C7A5. Grayscale: #4B4B4B. Windows color (decimal): -9750438 or 5912683. OLE color: 5912683.

HSL color Cylindrical-coordinate representation of color #6B385A: hue angle of 320º 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 #6B385A is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1075690-
CMYK00.480.160.58
HSL320º31.29%31.96%-
HSV(B)320º47.66%41.96%-
XYZ9.326.6910.47-
YUV75.12136.4150.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.29%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=42.29%
G=22.13%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107569000.480.160.5832031.2931.96
Hex6B385A030103A1401f20
Octal1537013206020725003740
Binary1101011111000101101001100001000011101010100000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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