#6A2F92

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

Shades of Royal Purple #6A2F92

Tints of Royal Purple #6A2F92

Color information

#6A2F92 (or 0x6A2F92) is unknown color: approx Royal Purple. HEX triplet: 6A, 2F and 92. RGB value is (106,47,146). Sum of RGB (Red+Green+Blue) = 106+47+146=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2F92 is #95D06D. Grayscale: #4B4B4B. Windows color (decimal): -9818222 or 9580394. OLE color: 9580394.

HSL color Cylindrical-coordinate representation of color #6A2F92: hue angle of 275.76º degrees, saturation: 0.51, 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 #6A2F92 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10647146-
CMYK0.270.6800.43
HSL275.76º51.3%37.84%-
HSV(B)275.76º67.81%57.25%-
XYZ12.157.1727.94-
YUV75.93167.55149.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=35.45%
G=15.72%
B=48.83%

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
Decimal106471460.270.6800.43275.7651.337.84
Hex6A2F921B4402B1143326
Octal15257222331040534246346
Binary1101010101111100100101101110001000101011100010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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