Html Css Color HEX #6B2880 Eminence

📋 copy color: '#6B2880'

red 107 ◦ green 40 ◦ blue 128

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

Shades of Eminence #6B2880

Tints of Eminence #6B2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 38.91%
G = 14.55%
B = 46.55%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B2880 (or 0x6B2880) is known color: Eminence. HEX triplet: 6B, 28 and 80. RGB value is (107,40,128). Sum of RGB (Red+Green+Blue) = 107+40+128=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B2880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2880 is #94D77F. Grayscale: #454545. Windows color (decimal): -9754496 or 8398955. OLE color: 8398955.

HSL color Cylindrical-coordinate representation of color #6B2880: hue angle of 285.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2880 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 40 128 -
CMYK 0.16 0.69 0 0.50
HSL 285.68º 0.52% 0.33% -
HSV(B) 285.68º 0.69% 0.5% -
XYZ 10.72 6.2 21.05 -
YUV 70.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 107 40 128 0.16 0.69 0 0.50 285.68 0.52 0.33
Hex 6B 28 80 10 45 0 32 11E 34 21
Octal 153 50 200 20 105 0 62 436 64 41
Binary 1101011 101000 10000000 10000 1000101 0 110010 100011110 110100 100001

Color Harmonies of #6B2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2880

Black with #6B2880

Text Example


Text Example

White with #6B2880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,128); }

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

background-color css

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

 a { background-color: rgb(107,40,128); }

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

border-color css

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

 span { border-color: rgb(107,40,128); }

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