Html Css Color HEX #75448B Affair

📋 copy color: '#75448B'

red 117 ◦ green 68 ◦ blue 139

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

Shades of Affair #75448B

Tints of Affair #75448B

RGB

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

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

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

R = 36.11%
G = 20.99%
B = 42.9%

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

#75448B (or 0x75448B) is known color: Affair. HEX triplet: 75, 44 and 8B. RGB value is (117,68,139). Sum of RGB (Red+Green+Blue) = 117+68+139=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #75448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448B is #8ABB74. Grayscale: #5A5A5A. Windows color (decimal): -9091957 or 9127029. OLE color: 9127029.

HSL color Cylindrical-coordinate representation of color #75448B: hue angle of 281.41º degrees, saturation: 0.34, 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 #75448B is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 68 139 -
CMYK 0.16 0.51 0 0.45
HSL 281.41º 0.34% 0.41% -
HSV(B) 281.41º 0.51% 0.55% -
XYZ 14.06 9.78 25.57 -
YUV 90.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 117 68 139 0.16 0.51 0 0.45 281.41 0.34 0.41
Hex 75 44 8B 10 33 0 2D 119 22 29
Octal 165 104 213 20 63 0 55 431 42 51
Binary 1110101 1000100 10001011 10000 110011 0 101101 100011001 100010 101001

Color Harmonies of #75448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75448B

Black with #75448B

Text Example


Text Example

White with #75448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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