Html Css Color HEX #6B297F Eminence

📋 copy color: '#6B297F'

red 107 ◦ green 41 ◦ blue 127

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

Shades of Eminence #6B297F

Tints of Eminence #6B297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 38.91%
G = 14.91%
B = 46.18%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6B297F (or 0x6B297F) is known color: Eminence. HEX triplet: 6B, 29 and 7F. RGB value is (107,41,127). Sum of RGB (Red+Green+Blue) = 107+41+127=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B297F is #94D680. Grayscale: #464646. Windows color (decimal): -9754241 or 8333675. OLE color: 8333675.

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

Color convert

RGB 107 41 127 -
CMYK 0.16 0.68 0 0.50
HSL 286.05º 0.51% 0.33% -
HSV(B) 286.05º 0.68% 0.5% -
XYZ 10.69 6.24 20.72 -
YUV 70.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 107 41 127 0.16 0.68 0 0.50 286.05 0.51 0.33
Hex 6B 29 7F 10 44 0 32 11E 33 21
Octal 153 51 177 20 104 0 62 436 63 41
Binary 1101011 101001 1111111 10000 1000100 0 110010 100011110 110011 100001

Color Harmonies of #6B297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B297F

Black with #6B297F

Text Example


Text Example

White with #6B297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,127); }

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

background-color css

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

 a { background-color: rgb(107,41,127); }

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

border-color css

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

 span { border-color: rgb(107,41,127); }

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