#6B2799

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

Shades of Royal Purple #6B2799

Tints of Royal Purple #6B2799

Color information

#6B2799 (or 0x6B2799) is unknown color: approx Royal Purple. HEX triplet: 6B, 27 and 99. RGB value is (107,39,153). Sum of RGB (Red+Green+Blue) = 107+39+153=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B2799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2799 is #94D866. Grayscale: #474747. Windows color (decimal): -9754727 or 10037099. OLE color: 10037099.

HSL color Cylindrical-coordinate representation of color #6B2799: hue angle of 275.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B2799 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10739153-
CMYK0.300.7500.4
HSL275.79º59.38%37.65%-
HSV(B)275.79º74.51%60%-
XYZ12.546.8830.8-
YUV72.33173.53152.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.79%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=35.79%
G=13.04%
B=51.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107391530.300.7500.4275.7959.3837.65
Hex6B27991E4B0281143b26
Octal15347231361130504247346
Binary1101011100111100110011111010010110101000100010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,39,153); }

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

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

 a { background-color: rgb(107,39,153); }

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

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

 span { border-color: rgb(107,39,153); }

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