#6F309F

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

Shades of Royal Purple #6F309F

Tints of Royal Purple #6F309F

Color information

#6F309F (or 0x6F309F) is unknown color: approx Royal Purple. HEX triplet: 6F, 30 and 9F. RGB value is (111,48,159). Sum of RGB (Red+Green+Blue) = 111+48+159=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F309F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F309F is #90CF60. Grayscale: #4F4F4F. Windows color (decimal): -9490273 or 10432623. OLE color: 10432623.

HSL color Cylindrical-coordinate representation of color #6F309F: hue angle of 274.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F309F is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11148159-
CMYK0.300.7000.38
HSL274.05º53.62%40.59%-
HSV(B)274.05º69.81%62.35%-
XYZ13.87833.61-
YUV79.49172.87150.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 159 (62.5% from 255) = 50%
R=34.91%
G=15.09%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111481590.300.7000.38274.0553.6240.59
Hex6F309F1E460261123629
Octal15760237361060464226651
Binary1101111110000100111111111010001100100110100010010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,159); }

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

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

 a { background-color: rgb(111,48,159); }

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

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

 span { border-color: rgb(111,48,159); }

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