#6F2DAC

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

Shades of Royal Purple #6F2DAC

Tints of Royal Purple #6F2DAC

Color information

#6F2DAC (or 0x6F2DAC) is unknown color: approx Royal Purple. HEX triplet: 6F, 2D and AC. RGB value is (111,45,172). Sum of RGB (Red+Green+Blue) = 111+45+172=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2DAC is #90D253. Grayscale: #4E4E4E. Windows color (decimal): -9491028 or 11283823. OLE color: 11283823.

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

Color convert

RGB11145172-
CMYK0.350.7400.33
HSL271.18º58.53%42.55%-
HSV(B)271.18º73.84%67.45%-
XYZ14.948.2339.83-
YUV79.21180.37150.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 172 (67.58% from 255) = 52.44%
R=33.84%
G=13.72%
B=52.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111451720.350.7400.33271.1858.5342.55
Hex6F2DAC234A02110f3b2b
Octal15755254431120414177353
Binary11011111011011010110010001110010100100001100001111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,45,172); }

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

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

 a { background-color: rgb(111,45,172); }

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

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

 span { border-color: rgb(111,45,172); }

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