#6B4192

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

Shades of Royal Purple #6B4192

Tints of Royal Purple #6B4192

Color information

#6B4192 (or 0x6B4192) is unknown color: approx Royal Purple. HEX triplet: 6B, 41 and 92. RGB value is (107,65,146). Sum of RGB (Red+Green+Blue) = 107+65+146=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4192 is #94BE6D. Grayscale: #565656. Windows color (decimal): -9748078 or 9585003. OLE color: 9585003.

HSL color Cylindrical-coordinate representation of color #6B4192: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4192 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10765146-
CMYK0.270.5500.43
HSL271.11º38.39%41.37%-
HSV(B)271.11º55.48%57.25%-
XYZ13.148.9828.24-
YUV86.79161.41142.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=33.65%
G=20.44%
B=45.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107651460.270.5500.43271.1138.3941.37
Hex6B41921B3702B10f2629
Octal15310122233670534174651
Binary1101011100000110010010110111101110101011100001111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,146); }

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

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

 a { background-color: rgb(107,65,146); }

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

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

 span { border-color: rgb(107,65,146); }

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