Html Css Color HEX #75498A Affair

📋 copy color: '#75498A'

red 117 ◦ green 73 ◦ blue 138

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

Shades of Affair #75498A

Tints of Affair #75498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 35.67%
G = 22.26%
B = 42.07%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75498A (or 0x75498A) is known color: Affair. HEX triplet: 75, 49 and 8A. RGB value is (117,73,138). Sum of RGB (Red+Green+Blue) = 117+73+138=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #75498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75498A is #8AB675. Grayscale: #5D5D5D. Windows color (decimal): -9090678 or 9062773. OLE color: 9062773.

HSL color Cylindrical-coordinate representation of color #75498A: hue angle of 280.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75498A is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 73 138 -
CMYK 0.15 0.47 0 0.46
HSL 280.62º 0.31% 0.41% -
HSV(B) 280.62º 0.47% 0.54% -
XYZ 14.31 10.38 25.29 -
YUV 93.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 117 73 138 0.15 0.47 0 0.46 280.62 0.31 0.41
Hex 75 49 8A F 2F 0 2E 119 1F 29
Octal 165 111 212 17 57 0 56 431 37 51
Binary 1110101 1001001 10001010 1111 101111 0 101110 100011001 11111 101001

Color Harmonies of #75498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75498A

Black with #75498A

Text Example


Text Example

White with #75498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75498A; }

 p { color: rgb(117,73,138); }

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

background-color css

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

 a { background-color: rgb(117,73,138); }

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

border-color css

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

 span { border-color: rgb(117,73,138); }

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