#6B4395

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

Shades of Royal Purple #6B4395

Tints of Royal Purple #6B4395

Color information

#6B4395 (or 0x6B4395) is unknown color: approx Royal Purple. HEX triplet: 6B, 43 and 95. RGB value is (107,67,149). Sum of RGB (Red+Green+Blue) = 107+67+149=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4395 is #94BC6A. Grayscale: #585858. Windows color (decimal): -9747563 or 9782123. OLE color: 9782123.

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

Color convert

RGB10767149-
CMYK0.280.5500.42
HSL269.27º37.96%42.35%-
HSV(B)269.27º55.03%58.43%-
XYZ13.59.3129.52-
YUV88.31162.25141.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=33.13%
G=20.74%
B=46.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107671490.280.5500.42269.2737.9642.35
Hex6B43951C3702A10d262a
Octal15310322534670524154652
Binary1101011100001110010101111001101110101010100001101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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