#6F3499

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

Shades of Royal Purple #6F3499

Tints of Royal Purple #6F3499

Color information

#6F3499 (or 0x6F3499) is unknown color: approx Royal Purple. HEX triplet: 6F, 34 and 99. RGB value is (111,52,153). Sum of RGB (Red+Green+Blue) = 111+52+153=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3499 is #90CB66. Grayscale: #505050. Windows color (decimal): -9489255 or 10040431. OLE color: 10040431.

HSL color Cylindrical-coordinate representation of color #6F3499: hue angle of 275.05º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F3499 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11152153-
CMYK0.270.6600.4
HSL275.05º49.27%40.2%-
HSV(B)275.05º66.01%60%-
XYZ13.538.1430.99-
YUV81.16168.55149.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=35.13%
G=16.46%
B=48.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111521530.270.6600.4275.0549.2740.2
Hex6F34991B420281133128
Octal15764231331020504236150
Binary1101111110100100110011101110000100101000100010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,153); }

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

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

 a { background-color: rgb(111,52,153); }

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

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

 span { border-color: rgb(111,52,153); }

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