Html Css Color HEX #6B3185 Eminence

📋 copy color: '#6B3185'

red 107 ◦ green 49 ◦ blue 133

#6B3185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #6B3185

Tints of Eminence #6B3185

RGB

 RED value IS 107 (42.19% from 255) = 37.02%

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 37.02%
G = 16.96%
B = 46.02%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B3185 (or 0x6B3185) is known color: Eminence. HEX triplet: 6B, 31 and 85. RGB value is (107,49,133). Sum of RGB (Red+Green+Blue) = 107+49+133=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B3185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3185 is #94CE7A. Grayscale: #4B4B4B. Windows color (decimal): -9752187 or 8728939. OLE color: 8728939.

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

Color convert

RGB 107 49 133 -
CMYK 0.20 0.63 0 0.48
HSL 281.43º 0.46% 0.36% -
HSV(B) 281.43º 0.63% 0.52% -
XYZ 11.4 7.02 22.94 -
YUV 75.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 107 49 133 0.20 0.63 0 0.48 281.43 0.46 0.36
Hex 6B 31 85 14 3F 0 30 119 2E 24
Octal 153 61 205 24 77 0 60 431 56 44
Binary 1101011 110001 10000101 10100 111111 0 110000 100011001 101110 100100

Color Harmonies of #6B3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3185

Black with #6B3185

Text Example


Text Example

White with #6B3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B3185;
 }
 .AnyTagClassName
 {
   color: #6B3185;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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