Html Css Color HEX #75418D Affair

📋 copy color: '#75418D'

red 117 ◦ green 65 ◦ blue 141

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

Shades of Affair #75418D

Tints of Affair #75418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 36.22%
G = 20.12%
B = 43.65%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75418D (or 0x75418D) is known color: Affair. HEX triplet: 75, 41 and 8D. RGB value is (117,65,141). Sum of RGB (Red+Green+Blue) = 117+65+141=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #75418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75418D is #8ABE72. Grayscale: #585858. Windows color (decimal): -9092723 or 9257333. OLE color: 9257333.

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

Color convert

RGB 117 65 141 -
CMYK 0.17 0.54 0 0.45
HSL 281.05º 0.37% 0.4% -
HSV(B) 281.05º 0.54% 0.55% -
XYZ 14.03 9.49 26.29 -
YUV 89.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 117 65 141 0.17 0.54 0 0.45 281.05 0.37 0.4
Hex 75 41 8D 11 36 0 2D 119 25 28
Octal 165 101 215 21 66 0 55 431 45 50
Binary 1110101 1000001 10001101 10001 110110 0 101101 100011001 100101 101000

Color Harmonies of #75418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75418D

Black with #75418D

Text Example


Text Example

White with #75418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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