Html Css Color HEX #6A2583 Eminence

📋 copy color: '#6A2583'

red 106 ◦ green 37 ◦ blue 131

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

Shades of Eminence #6A2583

Tints of Eminence #6A2583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 38.69%
G = 13.5%
B = 47.81%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A2583 (or 0x6A2583) is known color: Eminence. HEX triplet: 6A, 25 and 83. RGB value is (106,37,131). Sum of RGB (Red+Green+Blue) = 106+37+131=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A2583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2583 is #95DA7C. Grayscale: #444444. Windows color (decimal): -9820797 or 8594794. OLE color: 8594794.

HSL color Cylindrical-coordinate representation of color #6A2583: hue angle of 284.04º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2583 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 37 131 -
CMYK 0.19 0.72 0 0.49
HSL 284.04º 0.56% 0.33% -
HSV(B) 284.04º 0.72% 0.51% -
XYZ 10.7 6.03 22.07 -
YUV 68.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 106 37 131 0.19 0.72 0 0.49 284.04 0.56 0.33
Hex 6A 25 83 13 48 0 31 11C 38 21
Octal 152 45 203 23 110 0 61 434 70 41
Binary 1101010 100101 10000011 10011 1001000 0 110001 100011100 111000 100001

Color Harmonies of #6A2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2583

Black with #6A2583

Text Example


Text Example

White with #6A2583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,37,131); }

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

background-color css

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

 a { background-color: rgb(106,37,131); }

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

border-color css

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

 span { border-color: rgb(106,37,131); }

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