Html Css Color HEX #682F7B Eminence

📋 copy color: '#682F7B'

red 104 ◦ green 47 ◦ blue 123

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

Shades of Eminence #682F7B

Tints of Eminence #682F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 123 (48.44% from 255) = 44.89%

R = 37.96%
G = 17.15%
B = 44.89%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#682F7B (or 0x682F7B) is known color: Eminence. HEX triplet: 68, 2F and 7B. RGB value is (104,47,123). Sum of RGB (Red+Green+Blue) = 104+47+123=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #682F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F7B is #97D084. Grayscale: #484848. Windows color (decimal): -9949317 or 8073064. OLE color: 8073064.

HSL color Cylindrical-coordinate representation of color #682F7B: hue angle of 285º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682F7B is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 47 123 -
CMYK 0.15 0.62 0 0.52
HSL 285º 0.45% 0.33% -
HSV(B) 285º 0.62% 0.48% -
XYZ 10.3 6.41 19.43 -
YUV 72.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 104 47 123 0.15 0.62 0 0.52 285 0.45 0.33
Hex 68 2F 7B F 3E 0 34 11D 2D 21
Octal 150 57 173 17 76 0 64 435 55 41
Binary 1101000 101111 1111011 1111 111110 0 110100 100011101 101101 100001

Color Harmonies of #682F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F7B

Black with #682F7B

Text Example


Text Example

White with #682F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682F7B; }

 p { color: rgb(104,47,123); }

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

background-color css

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

 a { background-color: rgb(104,47,123); }

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

border-color css

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

 span { border-color: rgb(104,47,123); }

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