Html Css Color HEX #754592 Affair

📋 copy color: '#754592'

red 117 ◦ green 69 ◦ blue 146

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

Shades of Affair #754592

Tints of Affair #754592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 35.24%
G = 20.78%
B = 43.98%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754592 (or 0x754592) is known color: Affair. HEX triplet: 75, 45 and 92. RGB value is (117,69,146). Sum of RGB (Red+Green+Blue) = 117+69+146=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #754592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754592 is #8ABA6D. Grayscale: #5B5B5B. Windows color (decimal): -9091694 or 9586037. OLE color: 9586037.

HSL color Cylindrical-coordinate representation of color #754592: hue angle of 277.4º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754592 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 69 146 -
CMYK 0.20 0.53 0 0.43
HSL 277.4º 0.36% 0.42% -
HSV(B) 277.4º 0.53% 0.57% -
XYZ 14.65 10.11 28.37 -
YUV 92.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 117 69 146 0.20 0.53 0 0.43 277.4 0.36 0.42
Hex 75 45 92 14 35 0 2B 115 24 2A
Octal 165 105 222 24 65 0 53 425 44 52
Binary 1110101 1000101 10010010 10100 110101 0 101011 100010101 100100 101010

Color Harmonies of #754592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754592

Black with #754592

Text Example


Text Example

White with #754592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754592; }

 p { color: rgb(117,69,146); }

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

background-color css

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

 a { background-color: rgb(117,69,146); }

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

border-color css

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

 span { border-color: rgb(117,69,146); }

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