#6D379D

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

Shades of Royal Purple #6D379D

Tints of Royal Purple #6D379D

Color information

#6D379D (or 0x6D379D) is unknown color: approx Royal Purple. HEX triplet: 6D, 37 and 9D. RGB value is (109,55,157). Sum of RGB (Red+Green+Blue) = 109+55+157=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D379D is #92C862. Grayscale: #525252. Windows color (decimal): -9619555 or 10303341. OLE color: 10303341.

HSL color Cylindrical-coordinate representation of color #6D379D: hue angle of 271.76º 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 #6D379D is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10955157-
CMYK0.310.6500.38
HSL271.76º48.11%41.57%-
HSV(B)271.76º64.97%61.57%-
XYZ13.768.4232.8-
YUV82.77169.89146.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=33.96%
G=17.13%
B=48.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109551570.310.6500.38271.7648.1141.57
Hex6D379D1F41026110302a
Octal15567235371010464206052
Binary1101101110111100111011111110000010100110100010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,55,157); }

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

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

 a { background-color: rgb(109,55,157); }

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

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

 span { border-color: rgb(109,55,157); }

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