#6F3DAD

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

Shades of Royal Purple #6F3DAD

Tints of Royal Purple #6F3DAD

Color information

#6F3DAD (or 0x6F3DAD) is unknown color: approx Royal Purple. HEX triplet: 6F, 3D and AD. RGB value is (111,61,173). Sum of RGB (Red+Green+Blue) = 111+61+173=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3DAD is #90C252. Grayscale: #585858. Windows color (decimal): -9486931 or 11353455. OLE color: 11353455.

HSL color Cylindrical-coordinate representation of color #6F3DAD: hue angle of 266.79º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F3DAD is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11161173-
CMYK0.360.6500.32
HSL266.79º47.86%45.88%-
HSV(B)266.79º64.74%67.84%-
XYZ15.779.7340.58-
YUV88.72175.56143.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=32.17%
G=17.68%
B=50.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111611730.360.6500.32266.7947.8645.88
Hex6F3DAD244102010b302e
Octal15775255441010404136056
Binary11011111111011010110110010010000010100000100001011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,61,173); }

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

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

 a { background-color: rgb(111,61,173); }

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

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

 span { border-color: rgb(111,61,173); }

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