Html Css Color HEX #762C7D Eminence

📋 copy color: '#762C7D'

red 118 ◦ green 44 ◦ blue 125

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

Shades of Eminence #762C7D

Tints of Eminence #762C7D

RGB

 RED value IS 118 (46.48% from 255) = 41.11%

 GREEN value IS 44 (17.58% from 255) = 15.33%

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 41.11%
G = 15.33%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#762C7D (or 0x762C7D) is known color: Eminence. HEX triplet: 76, 2C and 7D. RGB value is (118,44,125). Sum of RGB (Red+Green+Blue) = 118+44+125=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #762C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C7D is #89D382. Grayscale: #4B4B4B. Windows color (decimal): -9032579 or 8203382. OLE color: 8203382.

HSL color Cylindrical-coordinate representation of color #762C7D: hue angle of 294.81º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762C7D is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 44 125 -
CMYK 0.06 0.65 0 0.51
HSL 294.81º 0.48% 0.33% -
HSV(B) 294.81º 0.65% 0.49% -
XYZ 12.07 7.13 20.14 -
YUV 75.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 118 44 125 0.06 0.65 0 0.51 294.81 0.48 0.33
Hex 76 2C 7D 6 41 0 33 127 30 21
Octal 166 54 175 6 101 0 63 447 60 41
Binary 1110110 101100 1111101 110 1000001 0 110011 100100111 110000 100001

Color Harmonies of #762C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C7D

Black with #762C7D

Text Example


Text Example

White with #762C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762C7D; }

 p { color: rgb(118,44,125); }

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

background-color css

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

 a { background-color: rgb(118,44,125); }

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

border-color css

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

 span { border-color: rgb(118,44,125); }

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