#6B2992

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

Shades of Royal Purple #6B2992

Tints of Royal Purple #6B2992

Color information

#6B2992 (or 0x6B2992) is unknown color: approx Royal Purple. HEX triplet: 6B, 29 and 92. RGB value is (107,41,146). Sum of RGB (Red+Green+Blue) = 107+41+146=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B2992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2992 is #94D66D. Grayscale: #484848. Windows color (decimal): -9754222 or 9578859. OLE color: 9578859.

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

Color convert

RGB10741146-
CMYK0.270.7200.43
HSL277.71º56.15%36.67%-
HSV(B)277.71º71.92%57.25%-
XYZ12.046.7927.87-
YUV72.7169.37152.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=36.39%
G=13.95%
B=49.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107411460.270.7200.43277.7156.1536.67
Hex6B29921B4802B1163825
Octal15351222331100534267045
Binary1101011101001100100101101110010000101011100010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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