#6F3462

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

Shades of Palatinate Purple #6F3462

Tints of Palatinate Purple #6F3462

Color information

#6F3462 (or 0x6F3462) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 62. RGB value is (111,52,98). Sum of RGB (Red+Green+Blue) = 111+52+98=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3462 is #90CB9D. Grayscale: #4A4A4A. Windows color (decimal): -9489310 or 6435951. OLE color: 6435951.

HSL color Cylindrical-coordinate representation of color #6F3462: hue angle of 313.22º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3462 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1115298-
CMYK00.530.120.56
HSL313.22º36.2%31.96%-
HSV(B)313.22º53.15%43.53%-
XYZ9.996.7212.33-
YUV74.88141.05153.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=42.53%
G=19.92%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111529800.530.120.56313.2236.231.96
Hex6F3462035C381392420
Octal1576414206514704714440
Binary1101111110100110001001101011100111000100111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,98); }

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

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

 a { background-color: rgb(111,52,98); }

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

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

 span { border-color: rgb(111,52,98); }

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