Html Css Color HEX #6A3782 Eminence

📋 copy color: '#6A3782'

red 106 ◦ green 55 ◦ blue 130

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

Shades of Eminence #6A3782

Tints of Eminence #6A3782

RGB

 RED value IS 106 (41.8% from 255) = 36.43%

 GREEN value IS 55 (21.88% from 255) = 18.9%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 36.43%
G = 18.9%
B = 44.67%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A3782 (or 0x6A3782) is known color: Eminence. HEX triplet: 6A, 37 and 82. RGB value is (106,55,130). Sum of RGB (Red+Green+Blue) = 106+55+130=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A3782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3782 is #95C87D. Grayscale: #4E4E4E. Windows color (decimal): -9816190 or 8533866. OLE color: 8533866.

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

Color convert

RGB 106 55 130 -
CMYK 0.18 0.58 0 0.49
HSL 280.8º 0.41% 0.36% -
HSV(B) 280.8º 0.58% 0.51% -
XYZ 11.34 7.41 21.95 -
YUV 78.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 106 55 130 0.18 0.58 0 0.49 280.8 0.41 0.36
Hex 6A 37 82 12 3A 0 31 119 29 24
Octal 152 67 202 22 72 0 61 431 51 44
Binary 1101010 110111 10000010 10010 111010 0 110001 100011001 101001 100100

Color Harmonies of #6A3782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3782

Black with #6A3782

Text Example


Text Example

White with #6A3782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,130); }

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

background-color css

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

 a { background-color: rgb(106,55,130); }

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

border-color css

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

 span { border-color: rgb(106,55,130); }

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