Html Css Color HEX #6F3474 Eminence

📋 copy color: '#6F3474'

red 111 ◦ green 52 ◦ blue 116

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

Shades of Eminence #6F3474

Tints of Eminence #6F3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 39.78%
G = 18.64%
B = 41.58%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F3474 (or 0x6F3474) is known color: Eminence. HEX triplet: 6F, 34 and 74. RGB value is (111,52,116). Sum of RGB (Red+Green+Blue) = 111+52+116=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F3474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3474 is #90CB8B. Grayscale: #4C4C4C. Windows color (decimal): -9489292 or 7615599. OLE color: 7615599.

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

Color convert

RGB 111 52 116 -
CMYK 0.04 0.55 0 0.55
HSL 295.31º 0.38% 0.33% -
HSV(B) 295.31º 0.55% 0.45% -
XYZ 10.94 7.1 17.32 -
YUV 76.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 111 52 116 0.04 0.55 0 0.55 295.31 0.38 0.33
Hex 6F 34 74 4 37 0 37 127 26 21
Octal 157 64 164 4 67 0 67 447 46 41
Binary 1101111 110100 1110100 100 110111 0 110111 100100111 100110 100001

Color Harmonies of #6F3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3474

Black with #6F3474

Text Example


Text Example

White with #6F3474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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