#6A279A

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

Shades of Royal Purple #6A279A

Tints of Royal Purple #6A279A

Color information

#6A279A (or 0x6A279A) is unknown color: approx Royal Purple. HEX triplet: 6A, 27 and 9A. RGB value is (106,39,154). Sum of RGB (Red+Green+Blue) = 106+39+154=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A279A is #95D865. Grayscale: #474747. Windows color (decimal): -9820262 or 10102634. OLE color: 10102634.

HSL color Cylindrical-coordinate representation of color #6A279A: hue angle of 274.96º degrees, saturation: 0.6, 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 #6A279A is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10639154-
CMYK0.310.7500.40
HSL274.96º59.59%37.84%-
HSV(B)274.96º74.68%60.39%-
XYZ12.56.8531.23-
YUV72.14174.2152.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=35.45%
G=13.04%
B=51.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal106391540.310.7500.40274.9659.5937.84
Hex6A279A1F4B0281133c26
Octal15247232371130504237446
Binary1101010100111100110101111110010110101000100010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,154); }

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

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

 a { background-color: rgb(106,39,154); }

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

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

 span { border-color: rgb(106,39,154); }

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