#6A249F

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

Shades of Royal Purple #6A249F

Tints of Royal Purple #6A249F

Color information

#6A249F (or 0x6A249F) is unknown color: approx Royal Purple. HEX triplet: 6A, 24 and 9F. RGB value is (106,36,159). Sum of RGB (Red+Green+Blue) = 106+36+159=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A249F is #95DB60. Grayscale: #464646. Windows color (decimal): -9821025 or 10429546. OLE color: 10429546.

HSL color Cylindrical-coordinate representation of color #6A249F: hue angle of 274.15º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A249F is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10636159-
CMYK0.330.7700.38
HSL274.15º63.08%38.24%-
HSV(B)274.15º77.36%62.35%-
XYZ12.836.8333.44-
YUV70.95177.69153-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=35.22%
G=11.96%
B=52.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106361590.330.7700.38274.1563.0838.24
Hex6A249F214D0261123f26
Octal15244237411150464227746
Binary11010101001001001111110000110011010100110100010010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,36,159); }

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

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

 a { background-color: rgb(106,36,159); }

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

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

 span { border-color: rgb(106,36,159); }

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