#6F2AA2

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

Shades of Royal Purple #6F2AA2

Tints of Royal Purple #6F2AA2

Color information

#6F2AA2 (or 0x6F2AA2) is unknown color: approx Royal Purple. HEX triplet: 6F, 2A and A2. RGB value is (111,42,162). Sum of RGB (Red+Green+Blue) = 111+42+162=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #6F2AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2AA2 is #90D55D. Grayscale: #4B4B4B. Windows color (decimal): -9491806 or 10627695. OLE color: 10627695.

HSL color Cylindrical-coordinate representation of color #6F2AA2: hue angle of 274.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2AA2 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11142162-
CMYK0.310.7400.36
HSL274.5º58.82%40%-
HSV(B)274.5º74.07%63.53%-
XYZ13.917.6434.92-
YUV76.31176.36152.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 162 (63.67% from 255) = 51.43%
R=35.24%
G=13.33%
B=51.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111421620.310.7400.36274.558.8240
Hex6F2AA21F4A0241123b28
Octal15752242371120444227350
Binary1101111101010101000101111110010100100100100010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,162); }

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

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

 a { background-color: rgb(111,42,162); }

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

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

 span { border-color: rgb(111,42,162); }

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