#6F3F9B

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

Shades of Royal Purple #6F3F9B

Tints of Royal Purple #6F3F9B

Color information

#6F3F9B (or 0x6F3F9B) is unknown color: approx Royal Purple. HEX triplet: 6F, 3F and 9B. RGB value is (111,63,155). Sum of RGB (Red+Green+Blue) = 111+63+155=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F3F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3F9B is #90C064. Grayscale: #575757. Windows color (decimal): -9486437 or 10174319. OLE color: 10174319.

HSL color Cylindrical-coordinate representation of color #6F3F9B: hue angle of 271.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3F9B is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11163155-
CMYK0.280.5900.39
HSL271.3º42.2%42.75%-
HSV(B)271.3º59.35%60.78%-
XYZ14.259.332.05-
YUV87.84165.9144.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=33.74%
G=19.15%
B=47.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111631550.280.5900.39271.342.242.75
Hex6F3F9B1C3B02710f2a2b
Octal1577723334730474175253
Binary110111111111110011011111001110110100111100001111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,63,155); }

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

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

 a { background-color: rgb(111,63,155); }

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

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

 span { border-color: rgb(111,63,155); }

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