#6B2DA9

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

Shades of Royal Purple #6B2DA9

Tints of Royal Purple #6B2DA9

Color information

#6B2DA9 (or 0x6B2DA9) is unknown color: approx Royal Purple. HEX triplet: 6B, 2D and A9. RGB value is (107,45,169). Sum of RGB (Red+Green+Blue) = 107+45+169=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B2DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2DA9 is #94D256. Grayscale: #4D4D4D. Windows color (decimal): -9753175 or 11087211. OLE color: 11087211.

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

Color convert

RGB10745169-
CMYK0.370.7300.34
HSL270º57.94%41.96%-
HSV(B)270º73.37%66.27%-
XYZ14.167.8738.31-
YUV77.67179.54148.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 45 (17.97% from 255) = 14.02%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=33.33%
G=14.02%
B=52.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107451690.370.7300.3427057.9441.96
Hex6B2DA9254902210e3a2a
Octal15355251451110424167252
Binary11010111011011010100110010110010010100010100001110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,45,169); }

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

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

 a { background-color: rgb(107,45,169); }

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

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

 span { border-color: rgb(107,45,169); }

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