Html Css Color HEX #753D82 Eminence

📋 copy color: '#753D82'

red 117 ◦ green 61 ◦ blue 130

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

Shades of Eminence #753D82

Tints of Eminence #753D82

RGB

 RED value IS 117 (46.09% from 255) = 37.99%

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 37.99%
G = 19.81%
B = 42.21%

CMYK

 C value IS 0.1

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#753D82 (or 0x753D82) is known color: Eminence. HEX triplet: 75, 3D and 82. RGB value is (117,61,130). Sum of RGB (Red+Green+Blue) = 117+61+130=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #753D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D82 is #8AC27D. Grayscale: #555555. Windows color (decimal): -9093758 or 8535413. OLE color: 8535413.

HSL color Cylindrical-coordinate representation of color #753D82: hue angle of 288.7º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753D82 is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 61 130 -
CMYK 0.1 0.53 0 0.49
HSL 288.7º 0.36% 0.37% -
HSV(B) 288.7º 0.53% 0.51% -
XYZ 13.03 8.73 22.12 -
YUV 85.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 117 61 130 0.1 0.53 0 0.49 288.7 0.36 0.37
Hex 75 3D 82 A 35 0 31 121 24 25
Octal 165 75 202 12 65 0 61 441 44 45
Binary 1110101 111101 10000010 1010 110101 0 110001 100100001 100100 100101

Color Harmonies of #753D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D82

Black with #753D82

Text Example


Text Example

White with #753D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D82; }

 p { color: rgb(117,61,130); }

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

background-color css

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

 a { background-color: rgb(117,61,130); }

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

border-color css

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

 span { border-color: rgb(117,61,130); }

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