Html Css Color HEX #6B417A Eminence

📋 copy color: '#6B417A'

red 107 ◦ green 65 ◦ blue 122

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

Shades of Eminence #6B417A

Tints of Eminence #6B417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 122 (48.05% from 255) = 41.5%

R = 36.39%
G = 22.11%
B = 41.5%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B417A (or 0x6B417A) is known color: Eminence. HEX triplet: 6B, 41 and 7A. RGB value is (107,65,122). Sum of RGB (Red+Green+Blue) = 107+65+122=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B417A is #94BE85. Grayscale: #535353. Windows color (decimal): -9748102 or 8012139. OLE color: 8012139.

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

Color convert

RGB 107 65 122 -
CMYK 0.12 0.47 0 0.52
HSL 284.21º 0.3% 0.37% -
HSV(B) 284.21º 0.47% 0.48% -
XYZ 11.47 8.31 19.41 -
YUV 84.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 107 65 122 0.12 0.47 0 0.52 284.21 0.3 0.37
Hex 6B 41 7A C 2F 0 34 11C 1E 25
Octal 153 101 172 14 57 0 64 434 36 45
Binary 1101011 1000001 1111010 1100 101111 0 110100 100011100 11110 100101

Color Harmonies of #6B417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B417A

Black with #6B417A

Text Example


Text Example

White with #6B417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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