#6D388F

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

Shades of Royal Purple #6D388F

Tints of Royal Purple #6D388F

Color information

#6D388F (or 0x6D388F) is unknown color: approx Royal Purple. HEX triplet: 6D, 38 and 8F. RGB value is (109,56,143). Sum of RGB (Red+Green+Blue) = 109+56+143=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D388F is #92C770. Grayscale: #515151. Windows color (decimal): -9619313 or 9386093. OLE color: 9386093.

HSL color Cylindrical-coordinate representation of color #6D388F: hue angle of 276.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D388F is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10956143-
CMYK0.240.6100.44
HSL276.55º43.72%39.02%-
HSV(B)276.55º60.84%56.08%-
XYZ12.688.0626.87-
YUV81.76162.56147.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=35.39%
G=18.18%
B=46.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109561430.240.6100.44276.5543.7239.02
Hex6D388F183D02C1152c27
Octal1557021730750544255447
Binary110110111100010001111110001111010101100100010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,143); }

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

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

 a { background-color: rgb(109,56,143); }

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

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

 span { border-color: rgb(109,56,143); }

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