Html Css Color HEX #754881 Affair

📋 copy color: '#754881'

red 117 ◦ green 72 ◦ blue 129

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

Shades of Affair #754881

Tints of Affair #754881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

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

R = 36.79%
G = 22.64%
B = 40.57%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754881 (or 0x754881) is known color: Affair. HEX triplet: 75, 48 and 81. RGB value is (117,72,129). Sum of RGB (Red+Green+Blue) = 117+72+129=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #754881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754881 is #8AB77E. Grayscale: #5B5B5B. Windows color (decimal): -9090943 or 8472693. OLE color: 8472693.

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

Color convert

RGB 117 72 129 -
CMYK 0.09 0.44 0 0.49
HSL 287.37º 0.28% 0.39% -
HSV(B) 287.37º 0.44% 0.51% -
XYZ 13.62 10 21.98 -
YUV 91.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 117 72 129 0.09 0.44 0 0.49 287.37 0.28 0.39
Hex 75 48 81 9 2C 0 31 11F 1C 27
Octal 165 110 201 11 54 0 61 437 34 47
Binary 1110101 1001000 10000001 1001 101100 0 110001 100011111 11100 100111

Color Harmonies of #754881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754881

Black with #754881

Text Example


Text Example

White with #754881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754881; }

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

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

background-color css

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

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

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

border-color css

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

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

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