#6A3F92

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

Shades of Royal Purple #6A3F92

Tints of Royal Purple #6A3F92

Color information

#6A3F92 (or 0x6A3F92) is unknown color: approx Royal Purple. HEX triplet: 6A, 3F and 92. RGB value is (106,63,146). Sum of RGB (Red+Green+Blue) = 106+63+146=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A3F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3F92 is #95C06D. Grayscale: #555555. Windows color (decimal): -9814126 or 9584490. OLE color: 9584490.

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

Color convert

RGB10663146-
CMYK0.270.5700.43
HSL271.08º39.71%40.98%-
HSV(B)271.08º56.85%57.25%-
XYZ12.918.6928.19-
YUV85.32162.25142.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=33.65%
G=20%
B=46.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106631460.270.5700.43271.0839.7140.98
Hex6A3F921B3902B10f2829
Octal1527722233710534175051
Binary110101011111110010010110111110010101011100001111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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