Html Css Color HEX #754380 Affair

📋 copy color: '#754380'

red 117 ◦ green 67 ◦ blue 128

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

Shades of Affair #754380

Tints of Affair #754380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 37.5%
G = 21.47%
B = 41.03%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#754380 (or 0x754380) is known color: Affair. HEX triplet: 75, 43 and 80. RGB value is (117,67,128). Sum of RGB (Red+Green+Blue) = 117+67+128=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #754380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754380 is #8ABC7F. Grayscale: #585858. Windows color (decimal): -9092224 or 8405877. OLE color: 8405877.

HSL color Cylindrical-coordinate representation of color #754380: hue angle of 289.18º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754380 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 67 128 -
CMYK 0.09 0.48 0 0.50
HSL 289.18º 0.31% 0.38% -
HSV(B) 289.18º 0.48% 0.5% -
XYZ 13.24 9.35 21.53 -
YUV 88.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 117 67 128 0.09 0.48 0 0.50 289.18 0.31 0.38
Hex 75 43 80 9 30 0 32 121 1F 26
Octal 165 103 200 11 60 0 62 441 37 46
Binary 1110101 1000011 10000000 1001 110000 0 110010 100100001 11111 100110

Color Harmonies of #754380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754380

Black with #754380

Text Example


Text Example

White with #754380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754380; }

 p { color: rgb(117,67,128); }

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

background-color css

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

 a { background-color: rgb(117,67,128); }

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

border-color css

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

 span { border-color: rgb(117,67,128); }

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