Html Css Color HEX #755481 Affair

📋 copy color: '#755481'

red 117 ◦ green 84 ◦ blue 129

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

Shades of Affair #755481

Tints of Affair #755481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 35.45%
G = 25.45%
B = 39.09%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755481 (or 0x755481) is known color: Affair. HEX triplet: 75, 54 and 81. RGB value is (117,84,129). Sum of RGB (Red+Green+Blue) = 117+84+129=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #755481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755481 is #8AAB7E. Grayscale: #626262. Windows color (decimal): -9087871 or 8475765. OLE color: 8475765.

HSL color Cylindrical-coordinate representation of color #755481: hue angle of 284º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755481 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 84 129 -
CMYK 0.09 0.35 0 0.49
HSL 284º 0.21% 0.42% -
HSV(B) 284º 0.35% 0.51% -
XYZ 14.47 11.71 22.27 -
YUV 99 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 117 84 129 0.09 0.35 0 0.49 284 0.21 0.42
Hex 75 54 81 9 23 0 31 11C 15 2A
Octal 165 124 201 11 43 0 61 434 25 52
Binary 1110101 1010100 10000001 1001 100011 0 110001 100011100 10101 101010

Color Harmonies of #755481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755481

Black with #755481

Text Example


Text Example

White with #755481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755481; }

 p { color: rgb(117,84,129); }

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

background-color css

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

 a { background-color: rgb(117,84,129); }

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

border-color css

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

 span { border-color: rgb(117,84,129); }

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