#6B3F7A

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

Shades of Eminence #6B3F7A

Tints of Eminence #6B3F7A

Color information

#6B3F7A (or 0x6B3F7A) is unknown color: approx Eminence. HEX triplet: 6B, 3F and 7A. RGB value is (107,63,122). Sum of RGB (Red+Green+Blue) = 107+63+122=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B3F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F7A is #94C085. Grayscale: #525252. Windows color (decimal): -9748614 or 8011627. OLE color: 8011627.

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

Color convert

RGB10763122-
CMYK0.120.4800.52
HSL284.75º31.89%36.27%-
HSV(B)284.75º48.36%47.84%-
XYZ11.358.0919.37-
YUV82.88150.08145.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=36.64%
G=21.58%
B=41.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107631220.120.4800.52284.7531.8936.27
Hex6B3F7AC3003411d2024
Octal1537717214600644354044
Binary1101011111111111101011001100000110100100011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,63,122); }

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

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

 a { background-color: rgb(107,63,122); }

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

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

 span { border-color: rgb(107,63,122); }

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