#6A2394

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

Shades of Royal Purple #6A2394

Tints of Royal Purple #6A2394

Color information

#6A2394 (or 0x6A2394) is unknown color: approx Royal Purple. HEX triplet: 6A, 23 and 94. RGB value is (106,35,148). Sum of RGB (Red+Green+Blue) = 106+35+148=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A2394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2394 is #95DC6B. Grayscale: #444444. Windows color (decimal): -9821292 or 9708394. OLE color: 9708394.

HSL color Cylindrical-coordinate representation of color #6A2394: hue angle of 277.7º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A2394 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10635148-
CMYK0.280.7600.42
HSL277.7º61.75%35.88%-
HSV(B)277.7º76.35%58.04%-
XYZ11.896.428.63-
YUV69.11172.52154.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=36.68%
G=12.11%
B=51.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106351480.280.7600.42277.761.7535.88
Hex6A23941C4C02A1163e24
Octal15243224341140524267644
Binary1101010100011100101001110010011000101010100010110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,148); }

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

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

 a { background-color: rgb(106,35,148); }

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

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

 span { border-color: rgb(106,35,148); }

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