#6A309D

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

Shades of Royal Purple #6A309D

Tints of Royal Purple #6A309D

Color information

#6A309D (or 0x6A309D) is unknown color: approx Royal Purple. HEX triplet: 6A, 30 and 9D. RGB value is (106,48,157). Sum of RGB (Red+Green+Blue) = 106+48+157=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A309D is #95CF62. Grayscale: #4D4D4D. Windows color (decimal): -9817955 or 10301546. OLE color: 10301546.

HSL color Cylindrical-coordinate representation of color #6A309D: hue angle of 271.93º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A309D is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10648157-
CMYK0.320.6900.38
HSL271.93º53.17%40.2%-
HSV(B)271.93º69.43%61.57%-
XYZ13.097.6132.68-
YUV77.77172.72148.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=34.08%
G=15.43%
B=50.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106481570.320.6900.38271.9353.1740.2
Hex6A309D20450261103528
Octal15260235401050464206550
Binary11010101100001001110110000010001010100110100010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,157); }

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

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

 a { background-color: rgb(106,48,157); }

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

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

 span { border-color: rgb(106,48,157); }

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