Html Css Color HEX #754584 Affair

📋 copy color: '#754584'

red 117 ◦ green 69 ◦ blue 132

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

Shades of Affair #754584

Tints of Affair #754584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 36.79%
G = 21.7%
B = 41.51%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#754584 (or 0x754584) is known color: Affair. HEX triplet: 75, 45 and 84. RGB value is (117,69,132). Sum of RGB (Red+Green+Blue) = 117+69+132=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #754584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754584 is #8ABA7B. Grayscale: #5A5A5A. Windows color (decimal): -9091708 or 8668533. OLE color: 8668533.

HSL color Cylindrical-coordinate representation of color #754584: hue angle of 285.71º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754584 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 69 132 -
CMYK 0.11 0.48 0 0.48
HSL 285.71º 0.31% 0.39% -
HSV(B) 285.71º 0.48% 0.52% -
XYZ 13.63 9.7 22.98 -
YUV 90.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 117 69 132 0.11 0.48 0 0.48 285.71 0.31 0.39
Hex 75 45 84 B 30 0 30 11E 1F 27
Octal 165 105 204 13 60 0 60 436 37 47
Binary 1110101 1000101 10000100 1011 110000 0 110000 100011110 11111 100111

Color Harmonies of #754584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754584

Black with #754584

Text Example


Text Example

White with #754584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754584; }

 p { color: rgb(117,69,132); }

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

background-color css

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

 a { background-color: rgb(117,69,132); }

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

border-color css

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

 span { border-color: rgb(117,69,132); }

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