#6F3EA8

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

Shades of Royal Purple #6F3EA8

Tints of Royal Purple #6F3EA8

Color information

#6F3EA8 (or 0x6F3EA8) is unknown color: approx Royal Purple. HEX triplet: 6F, 3E and A8. RGB value is (111,62,168). Sum of RGB (Red+Green+Blue) = 111+62+168=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #6F3EA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3EA8 is #90C157. Grayscale: #585858. Windows color (decimal): -9486680 or 11026031. OLE color: 11026031.

HSL color Cylindrical-coordinate representation of color #6F3EA8: hue angle of 267.74º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3EA8 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11162168-
CMYK0.340.6300.34
HSL267.74º46.09%45.1%-
HSV(B)267.74º63.1%65.88%-
XYZ15.359.6538.1-
YUV88.74172.73143.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 168 (66.02% from 255) = 49.27%
R=32.55%
G=18.18%
B=49.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111621680.340.6300.34267.7446.0945.1
Hex6F3EA8223F02210c2e2d
Octal1577625042770424145655
Binary1101111111110101010001000101111110100010100001100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,168); }

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

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

 a { background-color: rgb(111,62,168); }

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

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

 span { border-color: rgb(111,62,168); }

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