Html Css Color HEX #75558B Affair

📋 copy color: '#75558B'

red 117 ◦ green 85 ◦ blue 139

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

Shades of Affair #75558B

Tints of Affair #75558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 34.31%
G = 24.93%
B = 40.76%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75558B (or 0x75558B) is known color: Affair. HEX triplet: 75, 55 and 8B. RGB value is (117,85,139). Sum of RGB (Red+Green+Blue) = 117+85+139=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #75558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75558B is #8AAA74. Grayscale: #646464. Windows color (decimal): -9087605 or 9131381. OLE color: 9131381.

HSL color Cylindrical-coordinate representation of color #75558B: hue angle of 275.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75558B is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 85 139 -
CMYK 0.16 0.39 0 0.45
HSL 275.56º 0.24% 0.44% -
HSV(B) 275.56º 0.39% 0.55% -
XYZ 15.24 12.14 25.97 -
YUV 100.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 117 85 139 0.16 0.39 0 0.45 275.56 0.24 0.44
Hex 75 55 8B 10 27 0 2D 114 18 2C
Octal 165 125 213 20 47 0 55 424 30 54
Binary 1110101 1010101 10001011 10000 100111 0 101101 100010100 11000 101100

Color Harmonies of #75558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75558B

Black with #75558B

Text Example


Text Example

White with #75558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75558B; }

 p { color: rgb(117,85,139); }

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

background-color css

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

 a { background-color: rgb(117,85,139); }

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

border-color css

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

 span { border-color: rgb(117,85,139); }

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