Html Css Color HEX #744585 Affair

📋 copy color: '#744585'

red 116 ◦ green 69 ◦ blue 133

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

Shades of Affair #744585

Tints of Affair #744585

RGB

 RED value IS 116 (45.7% from 255) = 36.48%

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 36.48%
G = 21.7%
B = 41.82%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#744585 (or 0x744585) is known color: Affair. HEX triplet: 74, 45 and 85. RGB value is (116,69,133). Sum of RGB (Red+Green+Blue) = 116+69+133=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #744585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744585 is #8BBA7A. Grayscale: #5A5A5A. Windows color (decimal): -9157243 or 8734068. OLE color: 8734068.

HSL color Cylindrical-coordinate representation of color #744585: hue angle of 284.06º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744585 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 69 133 -
CMYK 0.13 0.48 0 0.48
HSL 284.06º 0.32% 0.4% -
HSV(B) 284.06º 0.48% 0.52% -
XYZ 13.56 9.66 23.34 -
YUV 90.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 116 69 133 0.13 0.48 0 0.48 284.06 0.32 0.4
Hex 74 45 85 D 30 0 30 11C 20 28
Octal 164 105 205 15 60 0 60 434 40 50
Binary 1110100 1000101 10000101 1101 110000 0 110000 100011100 100000 101000

Color Harmonies of #744585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744585

Black with #744585

Text Example


Text Example

White with #744585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744585; }

 p { color: rgb(116,69,133); }

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

background-color css

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

 a { background-color: rgb(116,69,133); }

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

border-color css

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

 span { border-color: rgb(116,69,133); }

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