Html Css Color HEX #754883 Affair

📋 copy color: '#754883'

red 117 ◦ green 72 ◦ blue 131

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

Shades of Affair #754883

Tints of Affair #754883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 36.56%
G = 22.5%
B = 40.94%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754883 (or 0x754883) is known color: Affair. HEX triplet: 75, 48 and 83. RGB value is (117,72,131). Sum of RGB (Red+Green+Blue) = 117+72+131=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #754883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754883 is #8AB77C. Grayscale: #5B5B5B. Windows color (decimal): -9090941 or 8603765. OLE color: 8603765.

HSL color Cylindrical-coordinate representation of color #754883: hue angle of 285.76º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #754883 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 72 131 -
CMYK 0.11 0.45 0 0.49
HSL 285.76º 0.29% 0.4% -
HSV(B) 285.76º 0.45% 0.51% -
XYZ 13.75 10.06 22.69 -
YUV 92.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 117 72 131 0.11 0.45 0 0.49 285.76 0.29 0.4
Hex 75 48 83 B 2D 0 31 11E 1D 28
Octal 165 110 203 13 55 0 61 436 35 50
Binary 1110101 1001000 10000011 1011 101101 0 110001 100011110 11101 101000

Color Harmonies of #754883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754883

Black with #754883

Text Example


Text Example

White with #754883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754883; }

 p { color: rgb(117,72,131); }

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

background-color css

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

 a { background-color: rgb(117,72,131); }

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

border-color css

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

 span { border-color: rgb(117,72,131); }

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