Html Css Color HEX #754993 Affair

📋 copy color: '#754993'

red 117 ◦ green 73 ◦ blue 147

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

Shades of Affair #754993

Tints of Affair #754993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 34.72%
G = 21.66%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754993 (or 0x754993) is known color: Affair. HEX triplet: 75, 49 and 93. RGB value is (117,73,147). Sum of RGB (Red+Green+Blue) = 117+73+147=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #754993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754993 is #8AB66C. Grayscale: #5E5E5E. Windows color (decimal): -9090669 or 9652597. OLE color: 9652597.

HSL color Cylindrical-coordinate representation of color #754993: hue angle of 275.68º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754993 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 73 147 -
CMYK 0.20 0.50 0 0.42
HSL 275.68º 0.34% 0.43% -
HSV(B) 275.68º 0.5% 0.58% -
XYZ 14.99 10.65 28.87 -
YUV 94.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 117 73 147 0.20 0.50 0 0.42 275.68 0.34 0.43
Hex 75 49 93 14 32 0 2A 114 22 2B
Octal 165 111 223 24 62 0 52 424 42 53
Binary 1110101 1001001 10010011 10100 110010 0 101010 100010100 100010 101011

Color Harmonies of #754993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754993

Black with #754993

Text Example


Text Example

White with #754993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754993; }

 p { color: rgb(117,73,147); }

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

background-color css

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

 a { background-color: rgb(117,73,147); }

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

border-color css

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

 span { border-color: rgb(117,73,147); }

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