#6F315A

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

Shades of Palatinate Purple #6F315A

Tints of Palatinate Purple #6F315A

Color information

#6F315A (or 0x6F315A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 31 and 5A. RGB value is (111,49,90). Sum of RGB (Red+Green+Blue) = 111+49+90=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F315A is #90CEA5. Grayscale: #484848. Windows color (decimal): -9490086 or 5910895. OLE color: 5910895.

HSL color Cylindrical-coordinate representation of color #6F315A: hue angle of 320.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F315A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1114990-
CMYK00.560.190.56
HSL320.32º38.75%31.37%-
HSV(B)320.32º55.86%43.53%-
XYZ9.56.3110.39-
YUV72.21138.04155.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 90 (35.55% from 255) = 36%
R=44.4%
G=19.6%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111499000.560.190.56320.3238.7531.37
Hex6F315A0381338140271f
Octal1576113207023705004737
Binary1101111110001101101001110001001111100010100000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,90); }

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

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

 a { background-color: rgb(111,49,90); }

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

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

 span { border-color: rgb(111,49,90); }

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