#6f389f

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

Shades of Royal Purple #6F389F

Tints of Royal Purple #6F389F

Color information

#6F389F (or 0x6F389F) is unknown color: approx Royal Purple. HEX triplet: 6F, 38 and 9F. RGB value is (111,56,159). Sum of RGB (Red+Green+Blue) = 111+56+159=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F389F is #90C760. Grayscale: #535353. Windows color (decimal): -9488225 or 10434671. OLE color: 10434671.

HSL color Cylindrical-coordinate representation of color #6F389F: hue angle of 272.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F389F is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11156159-
CMYK0.300.6500.38
HSL272.04º47.91%42.16%-
HSV(B)272.04º64.78%62.35%-
XYZ14.238.7133.73-
YUV84.19170.22147.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=34.05%
G=17.18%
B=48.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111561590.300.6500.38272.0447.9142.16
Hex6F389F1E41026110302a
Octal15770237361010464206052
Binary1101111111000100111111111010000010100110100010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f389f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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