Html Css Color HEX #75478B Affair

📋 copy color: '#75478B'

red 117 ◦ green 71 ◦ blue 139

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

Shades of Affair #75478B

Tints of Affair #75478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 35.78%
G = 21.71%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75478B (or 0x75478B) is known color: Affair. HEX triplet: 75, 47 and 8B. RGB value is (117,71,139). Sum of RGB (Red+Green+Blue) = 117+71+139=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #75478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75478B is #8AB874. Grayscale: #5C5C5C. Windows color (decimal): -9091189 or 9127797. OLE color: 9127797.

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

Color convert

RGB 117 71 139 -
CMYK 0.16 0.49 0 0.45
HSL 280.59º 0.32% 0.41% -
HSV(B) 280.59º 0.49% 0.55% -
XYZ 14.25 10.15 25.63 -
YUV 92.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 117 71 139 0.16 0.49 0 0.45 280.59 0.32 0.41
Hex 75 47 8B 10 31 0 2D 119 20 29
Octal 165 107 213 20 61 0 55 431 40 51
Binary 1110101 1000111 10001011 10000 110001 0 101101 100011001 100000 101001

Color Harmonies of #75478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75478B

Black with #75478B

Text Example


Text Example

White with #75478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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