#6D2A9F

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

Shades of Royal Purple #6D2A9F

Tints of Royal Purple #6D2A9F

Color information

#6D2A9F (or 0x6D2A9F) is unknown color: approx Royal Purple. HEX triplet: 6D, 2A and 9F. RGB value is (109,42,159). Sum of RGB (Red+Green+Blue) = 109+42+159=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D2A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2A9F is #92D560. Grayscale: #4A4A4A. Windows color (decimal): -9622881 or 10431085. OLE color: 10431085.

HSL color Cylindrical-coordinate representation of color #6D2A9F: hue angle of 274.36º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D2A9F is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10942159-
CMYK0.310.7400.38
HSL274.36º58.21%39.41%-
HSV(B)274.36º73.58%62.35%-
XYZ13.397.4133.53-
YUV75.37175.2151.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=35.16%
G=13.55%
B=51.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109421590.310.7400.38274.3658.2139.41
Hex6D2A9F1F4A0261123a27
Octal15552237371120464227247
Binary1101101101010100111111111110010100100110100010010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,42,159); }

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

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

 a { background-color: rgb(109,42,159); }

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

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

 span { border-color: rgb(109,42,159); }

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