#6A2C90

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

Shades of Royal Purple #6A2C90

Tints of Royal Purple #6A2C90

Color information

#6A2C90 (or 0x6A2C90) is unknown color: approx Royal Purple. HEX triplet: 6A, 2C and 90. RGB value is (106,44,144). Sum of RGB (Red+Green+Blue) = 106+44+144=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A2C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2C90 is #95D36F. Grayscale: #494949. Windows color (decimal): -9818992 or 9448554. OLE color: 9448554.

HSL color Cylindrical-coordinate representation of color #6A2C90: hue angle of 277.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2C90 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10644144-
CMYK0.260.6900.44
HSL277.2º53.19%36.86%-
HSV(B)277.2º69.44%56.47%-
XYZ11.886.8827.09-
YUV73.94167.54150.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=36.05%
G=14.97%
B=48.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106441440.260.6900.44277.253.1936.86
Hex6A2C901A4502C1153525
Octal15254220321050544256545
Binary1101010101100100100001101010001010101100100010101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,44,144); }

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

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

 a { background-color: rgb(106,44,144); }

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

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

 span { border-color: rgb(106,44,144); }

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