Html Css Color HEX #75448C Affair

📋 copy color: '#75448C'

red 117 ◦ green 68 ◦ blue 140

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

Shades of Affair #75448C

Tints of Affair #75448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 36%
G = 20.92%
B = 43.08%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75448C (or 0x75448C) is known color: Affair. HEX triplet: 75, 44 and 8C. RGB value is (117,68,140). Sum of RGB (Red+Green+Blue) = 117+68+140=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #75448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448C is #8ABB73. Grayscale: #5A5A5A. Windows color (decimal): -9091956 or 9192565. OLE color: 9192565.

HSL color Cylindrical-coordinate representation of color #75448C: hue angle of 280.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75448C is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 68 140 -
CMYK 0.16 0.51 0 0.45
HSL 280.83º 0.35% 0.41% -
HSV(B) 280.83º 0.51% 0.55% -
XYZ 14.14 9.81 25.96 -
YUV 90.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 117 68 140 0.16 0.51 0 0.45 280.83 0.35 0.41
Hex 75 44 8C 10 33 0 2D 119 23 29
Octal 165 104 214 20 63 0 55 431 43 51
Binary 1110101 1000100 10001100 10000 110011 0 101101 100011001 100011 101001

Color Harmonies of #75448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75448C

Black with #75448C

Text Example


Text Example

White with #75448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75448C; }

 p { color: rgb(117,68,140); }

 H1.HeaderClassName
 {
   color: #75448C;
 }
 .AnyTagClassName
 {
   color: #75448C;
 }
</style>

background-color css

<style>
 a { background-color: #75448C; }

 a { background-color: rgb(117,68,140); }

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

border-color css

<style>
 span { border-color: #75448C; }

 span { border-color: rgb(117,68,140); }

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