Html Css Color HEX #82417A Eminence

📋 copy color: '#82417A'

red 130 ◦ green 65 ◦ blue 122

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

Shades of Eminence #82417A

Tints of Eminence #82417A

RGB

 RED value IS 130 (51.17% from 255) = 41.01%

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 41.01%
G = 20.5%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82417A (or 0x82417A) is known color: Eminence. HEX triplet: 82, 41 and 7A. RGB value is (130,65,122). Sum of RGB (Red+Green+Blue) = 130+65+122=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #82417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82417A is #7DBE85. Grayscale: #5A5A5A. Windows color (decimal): -8240774 or 8012162. OLE color: 8012162.

HSL color Cylindrical-coordinate representation of color #82417A: hue angle of 307.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82417A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 122 -
CMYK 0 0.50 0.06 0.49
HSL 307.38º 0.33% 0.38% -
HSV(B) 307.38º 0.5% 0.51% -
XYZ 14.61 9.93 19.56 -
YUV 90.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 130 65 122 0 0.50 0.06 0.49 307.38 0.33 0.38
Hex 82 41 7A 0 32 6 31 133 21 26
Octal 202 101 172 0 62 6 61 463 41 46
Binary 10000010 1000001 1111010 0 110010 110 110001 100110011 100001 100110

Color Harmonies of #82417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82417A

Black with #82417A

Text Example


Text Example

White with #82417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82417A; }

 p { color: rgb(130,65,122); }

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

background-color css

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

 a { background-color: rgb(130,65,122); }

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

border-color css

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

 span { border-color: rgb(130,65,122); }

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