#6A2E92

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

Shades of Royal Purple #6A2E92

Tints of Royal Purple #6A2E92

Color information

#6A2E92 (or 0x6A2E92) is unknown color: approx Royal Purple. HEX triplet: 6A, 2E and 92. RGB value is (106,46,146). Sum of RGB (Red+Green+Blue) = 106+46+146=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2E92 is #95D16D. Grayscale: #4B4B4B. Windows color (decimal): -9818478 or 9580138. OLE color: 9580138.

HSL color Cylindrical-coordinate representation of color #6A2E92: hue angle of 276º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2E92 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10646146-
CMYK0.270.6800.43
HSL276º52.08%37.65%-
HSV(B)276º68.49%57.25%-
XYZ12.117.0927.93-
YUV75.34167.88149.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=35.57%
G=15.44%
B=48.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106461460.270.6800.4327652.0837.65
Hex6A2E921B4402B1143426
Octal15256222331040534246446
Binary1101010101110100100101101110001000101011100010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,46,146); }

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

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

 a { background-color: rgb(106,46,146); }

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

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

 span { border-color: rgb(106,46,146); }

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