Html Css Color HEX #6F3274 Eminence

📋 copy color: '#6F3274'

red 111 ◦ green 50 ◦ blue 116

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

Shades of Eminence #6F3274

Tints of Eminence #6F3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 40.07%
G = 18.05%
B = 41.88%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F3274 (or 0x6F3274) is known color: Eminence. HEX triplet: 6F, 32 and 74. RGB value is (111,50,116). Sum of RGB (Red+Green+Blue) = 111+50+116=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3274 is #90CD8B. Grayscale: #4B4B4B. Windows color (decimal): -9489804 or 7615087. OLE color: 7615087.

HSL color Cylindrical-coordinate representation of color #6F3274: hue angle of 295.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3274 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 50 116 -
CMYK 0.04 0.57 0 0.55
HSL 295.45º 0.4% 0.33% -
HSV(B) 295.45º 0.57% 0.45% -
XYZ 10.85 6.92 17.29 -
YUV 75.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 111 50 116 0.04 0.57 0 0.55 295.45 0.4 0.33
Hex 6F 32 74 4 39 0 37 127 28 21
Octal 157 62 164 4 71 0 67 447 50 41
Binary 1101111 110010 1110100 100 111001 0 110111 100100111 101000 100001

Color Harmonies of #6F3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3274

Black with #6F3274

Text Example


Text Example

White with #6F3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,116); }

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

background-color css

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

 a { background-color: rgb(111,50,116); }

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

border-color css

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

 span { border-color: rgb(111,50,116); }

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