Html Css Color HEX #6F337F Eminence

📋 copy color: '#6F337F'

red 111 ◦ green 51 ◦ blue 127

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

Shades of Eminence #6F337F

Tints of Eminence #6F337F

RGB

 RED value IS 111 (43.75% from 255) = 38.41%

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 38.41%
G = 17.65%
B = 43.94%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F337F (or 0x6F337F) is known color: Eminence. HEX triplet: 6F, 33 and 7F. RGB value is (111,51,127). Sum of RGB (Red+Green+Blue) = 111+51+127=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F337F is #90CC80. Grayscale: #4D4D4D. Windows color (decimal): -9489537 or 8336239. OLE color: 8336239.

HSL color Cylindrical-coordinate representation of color #6F337F: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F337F is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 51 127 -
CMYK 0.13 0.60 0 0.50
HSL 287.37º 0.43% 0.35% -
HSV(B) 287.37º 0.6% 0.5% -
XYZ 11.57 7.28 20.87 -
YUV 77.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 111 51 127 0.13 0.60 0 0.50 287.37 0.43 0.35
Hex 6F 33 7F D 3C 0 32 11F 2B 23
Octal 157 63 177 15 74 0 62 437 53 43
Binary 1101111 110011 1111111 1101 111100 0 110010 100011111 101011 100011

Color Harmonies of #6F337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F337F

Black with #6F337F

Text Example


Text Example

White with #6F337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,127); }

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

background-color css

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

 a { background-color: rgb(111,51,127); }

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

border-color css

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

 span { border-color: rgb(111,51,127); }

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