Html Css Color HEX #75488D Affair

📋 copy color: '#75488D'

red 117 ◦ green 72 ◦ blue 141

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

Shades of Affair #75488D

Tints of Affair #75488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 35.45%
G = 21.82%
B = 42.73%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75488D (or 0x75488D) is known color: Affair. HEX triplet: 75, 48 and 8D. RGB value is (117,72,141). Sum of RGB (Red+Green+Blue) = 117+72+141=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #75488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75488D is #8AB772. Grayscale: #5D5D5D. Windows color (decimal): -9090931 or 9259125. OLE color: 9259125.

HSL color Cylindrical-coordinate representation of color #75488D: hue angle of 279.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75488D is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 72 141 -
CMYK 0.17 0.49 0 0.45
HSL 279.13º 0.32% 0.42% -
HSV(B) 279.13º 0.49% 0.55% -
XYZ 14.46 10.34 26.43 -
YUV 93.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 117 72 141 0.17 0.49 0 0.45 279.13 0.32 0.42
Hex 75 48 8D 11 31 0 2D 117 20 2A
Octal 165 110 215 21 61 0 55 427 40 52
Binary 1110101 1001000 10001101 10001 110001 0 101101 100010111 100000 101010

Color Harmonies of #75488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75488D

Black with #75488D

Text Example


Text Example

White with #75488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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