#6B317B

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

Shades of Eminence #6B317B

Tints of Eminence #6B317B

Color information

#6B317B (or 0x6B317B) is unknown color: approx Eminence. HEX triplet: 6B, 31 and 7B. RGB value is (107,49,123). Sum of RGB (Red+Green+Blue) = 107+49+123=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B317B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B317B is #94CE84. Grayscale: #4A4A4A. Windows color (decimal): -9752197 or 8073579. OLE color: 8073579.

HSL color Cylindrical-coordinate representation of color #6B317B: hue angle of 287.03º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B317B is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10749123-
CMYK0.130.6000.52
HSL287.03º43.02%33.73%-
HSV(B)287.03º60.16%48.24%-
XYZ10.746.7519.48-
YUV74.78155.22150.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.35%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=38.35%
G=17.56%
B=44.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107491230.130.6000.52287.0343.0233.73
Hex6B317BD3C03411f2b22
Octal1536117315740644375342
Binary1101011110001111101111011111000110100100011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,123); }

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

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

 a { background-color: rgb(107,49,123); }

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

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

 span { border-color: rgb(107,49,123); }

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