#6F37AA

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

Shades of Royal Purple #6F37AA

Tints of Royal Purple #6F37AA

Color information

#6F37AA (or 0x6F37AA) is unknown color: approx Royal Purple. HEX triplet: 6F, 37 and AA. RGB value is (111,55,170). Sum of RGB (Red+Green+Blue) = 111+55+170=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F37AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F37AA is #90C855. Grayscale: #545454. Windows color (decimal): -9488470 or 11155311. OLE color: 11155311.

HSL color Cylindrical-coordinate representation of color #6F37AA: hue angle of 269.22º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F37AA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11155170-
CMYK0.350.6800.33
HSL269.22º51.11%44.12%-
HSV(B)269.22º67.65%66.67%-
XYZ15.189.0138.97-
YUV84.85176.05146.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=33.04%
G=16.37%
B=50.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111551700.350.6800.33269.2251.1144.12
Hex6F37AA234402110d332c
Octal15767252431040414156354
Binary11011111101111010101010001110001000100001100001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F37AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,170); }

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

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

 a { background-color: rgb(111,55,170); }

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

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

 span { border-color: rgb(111,55,170); }

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