Html Css Color HEX #75408F Affair

📋 copy color: '#75408F'

red 117 ◦ green 64 ◦ blue 143

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

Shades of Affair #75408F

Tints of Affair #75408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 143 (56.25% from 255) = 44.14%

R = 36.11%
G = 19.75%
B = 44.14%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75408F (or 0x75408F) is known color: Affair. HEX triplet: 75, 40 and 8F. RGB value is (117,64,143). Sum of RGB (Red+Green+Blue) = 117+64+143=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #75408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75408F is #8ABF70. Grayscale: #585858. Windows color (decimal): -9092977 or 9388149. OLE color: 9388149.

HSL color Cylindrical-coordinate representation of color #75408F: hue angle of 280.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75408F is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 64 143 -
CMYK 0.18 0.55 0 0.44
HSL 280.25º 0.38% 0.41% -
HSV(B) 280.25º 0.55% 0.56% -
XYZ 14.13 9.43 27.06 -
YUV 88.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 117 64 143 0.18 0.55 0 0.44 280.25 0.38 0.41
Hex 75 40 8F 12 37 0 2C 118 26 29
Octal 165 100 217 22 67 0 54 430 46 51
Binary 1110101 1000000 10001111 10010 110111 0 101100 100011000 100110 101001

Color Harmonies of #75408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75408F

Black with #75408F

Text Example


Text Example

White with #75408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75408F; }

 p { color: rgb(117,64,143); }

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

background-color css

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

 a { background-color: rgb(117,64,143); }

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

border-color css

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

 span { border-color: rgb(117,64,143); }

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