#6B4595

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

Shades of Royal Purple #6B4595

Tints of Royal Purple #6B4595

Color information

#6B4595 (or 0x6B4595) is unknown color: approx Royal Purple. HEX triplet: 6B, 45 and 95. RGB value is (107,69,149). Sum of RGB (Red+Green+Blue) = 107+69+149=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B4595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4595 is #94BA6A. Grayscale: #595959. Windows color (decimal): -9747051 or 9782635. OLE color: 9782635.

HSL color Cylindrical-coordinate representation of color #6B4595: hue angle of 268.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B4595 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10769149-
CMYK0.280.5400.42
HSL268.5º36.7%42.75%-
HSV(B)268.5º53.69%58.43%-
XYZ13.629.5529.56-
YUV89.48161.59140.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=32.92%
G=21.23%
B=45.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107691490.280.5400.42268.536.742.75
Hex6B45951C3602A10c252b
Octal15310522534660524144553
Binary1101011100010110010101111001101100101010100001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,149); }

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

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

 a { background-color: rgb(107,69,149); }

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

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

 span { border-color: rgb(107,69,149); }

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