Html Css Color HEX #75448A Affair

📋 copy color: '#75448A'

red 117 ◦ green 68 ◦ blue 138

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

Shades of Affair #75448A

Tints of Affair #75448A

RGB

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

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

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

R = 36.22%
G = 21.05%
B = 42.72%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75448A (or 0x75448A) is known color: Affair. HEX triplet: 75, 44 and 8A. RGB value is (117,68,138). Sum of RGB (Red+Green+Blue) = 117+68+138=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #75448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448A is #8ABB75. Grayscale: #5A5A5A. Windows color (decimal): -9091958 or 9061493. OLE color: 9061493.

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

Color convert

RGB 117 68 138 -
CMYK 0.15 0.51 0 0.46
HSL 282º 0.34% 0.4% -
HSV(B) 282º 0.51% 0.54% -
XYZ 13.99 9.75 25.19 -
YUV 90.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 117 68 138 0.15 0.51 0 0.46 282 0.34 0.4
Hex 75 44 8A F 33 0 2E 11A 22 28
Octal 165 104 212 17 63 0 56 432 42 50
Binary 1110101 1000100 10001010 1111 110011 0 101110 100011010 100010 101000

Color Harmonies of #75448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75448A

Black with #75448A

Text Example


Text Example

White with #75448A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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