Html Css Color HEX #683278 Eminence

📋 copy color: '#683278'

red 104 ◦ green 50 ◦ blue 120

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

Shades of Eminence #683278

Tints of Eminence #683278

RGB

 RED value IS 104 (41.02% from 255) = 37.96%

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 37.96%
G = 18.25%
B = 43.8%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#683278 (or 0x683278) is known color: Eminence. HEX triplet: 68, 32 and 78. RGB value is (104,50,120). Sum of RGB (Red+Green+Blue) = 104+50+120=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #683278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683278 is #97CD87. Grayscale: #494949. Windows color (decimal): -9948552 or 7877224. OLE color: 7877224.

HSL color Cylindrical-coordinate representation of color #683278: hue angle of 286.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683278 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 50 120 -
CMYK 0.13 0.58 0 0.53
HSL 286.29º 0.41% 0.33% -
HSV(B) 286.29º 0.58% 0.47% -
XYZ 10.24 6.58 18.5 -
YUV 74.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 104 50 120 0.13 0.58 0 0.53 286.29 0.41 0.33
Hex 68 32 78 D 3A 0 35 11E 29 21
Octal 150 62 170 15 72 0 65 436 51 41
Binary 1101000 110010 1111000 1101 111010 0 110101 100011110 101001 100001

Color Harmonies of #683278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683278

Black with #683278

Text Example


Text Example

White with #683278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683278; }

 p { color: rgb(104,50,120); }

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

background-color css

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

 a { background-color: rgb(104,50,120); }

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

border-color css

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

 span { border-color: rgb(104,50,120); }

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