#6B379F

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

Shades of Royal Purple #6B379F

Tints of Royal Purple #6B379F

Color information

#6B379F (or 0x6B379F) is unknown color: approx Royal Purple. HEX triplet: 6B, 37 and 9F. RGB value is (107,55,159). Sum of RGB (Red+Green+Blue) = 107+55+159=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B379F is #94C860. Grayscale: #525252. Windows color (decimal): -9750625 or 10434411. OLE color: 10434411.

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

Color convert

RGB10755159-
CMYK0.330.6500.38
HSL270º48.6%41.96%-
HSV(B)270º65.41%62.35%-
XYZ13.698.3633.69-
YUV82.4171.23145.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=33.33%
G=17.13%
B=49.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107551590.330.6500.3827048.641.96
Hex6B379F214102610e312a
Octal15367237411010464166152
Binary11010111101111001111110000110000010100110100001110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,55,159); }

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

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

 a { background-color: rgb(107,55,159); }

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

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

 span { border-color: rgb(107,55,159); }

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