Html Css Color HEX #75448F Affair

📋 copy color: '#75448F'

red 117 ◦ green 68 ◦ blue 143

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

Shades of Affair #75448F

Tints of Affair #75448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 35.67%
G = 20.73%
B = 43.6%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75448F (or 0x75448F) is known color: Affair. HEX triplet: 75, 44 and 8F. RGB value is (117,68,143). Sum of RGB (Red+Green+Blue) = 117+68+143=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #75448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448F is #8ABB70. Grayscale: #5A5A5A. Windows color (decimal): -9091953 or 9389173. OLE color: 9389173.

HSL color Cylindrical-coordinate representation of color #75448F: hue angle of 279.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75448F is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 68 143 -
CMYK 0.18 0.52 0 0.44
HSL 279.2º 0.36% 0.41% -
HSV(B) 279.2º 0.52% 0.56% -
XYZ 14.36 9.9 27.14 -
YUV 91.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 117 68 143 0.18 0.52 0 0.44 279.2 0.36 0.41
Hex 75 44 8F 12 34 0 2C 117 24 29
Octal 165 104 217 22 64 0 54 427 44 51
Binary 1110101 1000100 10001111 10010 110100 0 101100 100010111 100100 101001

Color Harmonies of #75448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75448F

Black with #75448F

Text Example


Text Example

White with #75448F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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