Html Css Color HEX #6B2485 Eminence

📋 copy color: '#6B2485'

red 107 ◦ green 36 ◦ blue 133

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

Shades of Eminence #6B2485

Tints of Eminence #6B2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 38.77%
G = 13.04%
B = 48.19%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B2485 (or 0x6B2485) is known color: Eminence. HEX triplet: 6B, 24 and 85. RGB value is (107,36,133). Sum of RGB (Red+Green+Blue) = 107+36+133=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2485 is #94DB7A. Grayscale: #434343. Windows color (decimal): -9755515 or 8725611. OLE color: 8725611.

HSL color Cylindrical-coordinate representation of color #6B2485: hue angle of 283.92º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2485 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 36 133 -
CMYK 0.20 0.73 0 0.48
HSL 283.92º 0.57% 0.33% -
HSV(B) 283.92º 0.73% 0.52% -
XYZ 10.93 6.08 22.79 -
YUV 68.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 107 36 133 0.20 0.73 0 0.48 283.92 0.57 0.33
Hex 6B 24 85 14 49 0 30 11C 39 21
Octal 153 44 205 24 111 0 60 434 71 41
Binary 1101011 100100 10000101 10100 1001001 0 110000 100011100 111001 100001

Color Harmonies of #6B2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2485

Black with #6B2485

Text Example


Text Example

White with #6B2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,133); }

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

background-color css

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

 a { background-color: rgb(107,36,133); }

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

border-color css

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

 span { border-color: rgb(107,36,133); }

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