#6B3283

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

Shades of Eminence #6B3283

Tints of Eminence #6B3283

Color information

#6B3283 (or 0x6B3283) is unknown color: approx Eminence. HEX triplet: 6B, 32 and 83. RGB value is (107,50,131). Sum of RGB (Red+Green+Blue) = 107+50+131=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B3283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3283 is #94CD7C. Grayscale: #4C4C4C. Windows color (decimal): -9751933 or 8598123. OLE color: 8598123.

HSL color Cylindrical-coordinate representation of color #6B3283: hue angle of 282.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3283 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10750131-
CMYK0.180.6200.49
HSL282.22º44.75%35.49%-
HSV(B)282.22º61.83%51.37%-
XYZ11.37.0522.24-
YUV76.28158.88149.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=37.15%
G=17.36%
B=45.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107501310.180.6200.49282.2244.7535.49
Hex6B3283123E03111a2d23
Octal1536220322760614325543
Binary110101111001010000011100101111100110001100011010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,131); }

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

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

 a { background-color: rgb(107,50,131); }

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

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

 span { border-color: rgb(107,50,131); }

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