#6F32AA

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

Shades of Royal Purple #6F32AA

Tints of Royal Purple #6F32AA

Color information

#6F32AA (or 0x6F32AA) is unknown color: approx Royal Purple. HEX triplet: 6F, 32 and AA. RGB value is (111,50,170). Sum of RGB (Red+Green+Blue) = 111+50+170=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F32AA is #90CD55. Grayscale: #515151. Windows color (decimal): -9489750 or 11154031. OLE color: 11154031.

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

Color convert

RGB11150170-
CMYK0.350.7100.33
HSL270.5º54.55%43.14%-
HSV(B)270.5º70.59%66.67%-
XYZ14.958.5638.89-
YUV81.92177.71148.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=33.53%
G=15.11%
B=51.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111501700.350.7100.33270.554.5543.14
Hex6F32AA234702110e372b
Octal15762252431070414166753
Binary11011111100101010101010001110001110100001100001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F32AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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