Html Css Color HEX #754292 Affair

📋 copy color: '#754292'

red 117 ◦ green 66 ◦ blue 146

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

Shades of Affair #754292

Tints of Affair #754292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 35.56%
G = 20.06%
B = 44.38%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754292 (or 0x754292) is known color: Affair. HEX triplet: 75, 42 and 92. RGB value is (117,66,146). Sum of RGB (Red+Green+Blue) = 117+66+146=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #754292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754292 is #8ABD6D. Grayscale: #5A5A5A. Windows color (decimal): -9092462 or 9585269. OLE color: 9585269.

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

Color convert

RGB 117 66 146 -
CMYK 0.20 0.55 0 0.43
HSL 278.25º 0.38% 0.42% -
HSV(B) 278.25º 0.55% 0.57% -
XYZ 14.47 9.75 28.31 -
YUV 90.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 117 66 146 0.20 0.55 0 0.43 278.25 0.38 0.42
Hex 75 42 92 14 37 0 2B 116 26 2A
Octal 165 102 222 24 67 0 53 426 46 52
Binary 1110101 1000010 10010010 10100 110111 0 101011 100010110 100110 101010

Color Harmonies of #754292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754292

Black with #754292

Text Example


Text Example

White with #754292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754292; }

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

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

background-color css

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

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

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

border-color css

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

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

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