Html Css Color HEX #682682 Eminence

📋 copy color: '#682682'

red 104 ◦ green 38 ◦ blue 130

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

Shades of Eminence #682682

Tints of Eminence #682682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 38.24%
G = 13.97%
B = 47.79%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#682682 (or 0x682682) is known color: Eminence. HEX triplet: 68, 26 and 82. RGB value is (104,38,130). Sum of RGB (Red+Green+Blue) = 104+38+130=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #682682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682682 is #97D97D. Grayscale: #434343. Windows color (decimal): -9951614 or 8529512. OLE color: 8529512.

HSL color Cylindrical-coordinate representation of color #682682: hue angle of 283.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682682 is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 38 130 -
CMYK 0.2 0.71 0 0.49
HSL 283.04º 0.55% 0.33% -
HSV(B) 283.04º 0.71% 0.51% -
XYZ 10.43 5.94 21.72 -
YUV 68.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 104 38 130 0.2 0.71 0 0.49 283.04 0.55 0.33
Hex 68 26 82 14 47 0 31 11B 37 21
Octal 150 46 202 24 107 0 61 433 67 41
Binary 1101000 100110 10000010 10100 1000111 0 110001 100011011 110111 100001

Color Harmonies of #682682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682682

Black with #682682

Text Example


Text Example

White with #682682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682682; }

 p { color: rgb(104,38,130); }

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

background-color css

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

 a { background-color: rgb(104,38,130); }

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

border-color css

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

 span { border-color: rgb(104,38,130); }

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