#6F2FAE

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

Shades of Royal Purple #6F2FAE

Tints of Royal Purple #6F2FAE

Color information

#6F2FAE (or 0x6F2FAE) is unknown color: approx Royal Purple. HEX triplet: 6F, 2F and AE. RGB value is (111,47,174). Sum of RGB (Red+Green+Blue) = 111+47+174=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F2FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2FAE is #90D051. Grayscale: #505050. Windows color (decimal): -9490514 or 11415407. OLE color: 11415407.

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

Color convert

RGB11147174-
CMYK0.360.7300.32
HSL270.24º57.47%43.33%-
HSV(B)270.24º72.99%68.24%-
XYZ15.218.4740.88-
YUV80.61180.7149.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.43%
GREEN value IS 47 (18.75% from 255) = 14.16%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=33.43%
G=14.16%
B=52.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111471740.360.7300.32270.2457.4743.33
Hex6F2FAE244902010e392b
Octal15757256441110404167153
Binary11011111011111010111010010010010010100000100001110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,47,174); }

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

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

 a { background-color: rgb(111,47,174); }

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

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

 span { border-color: rgb(111,47,174); }

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