Html Css Color HEX #754684 Affair

📋 copy color: '#754684'

red 117 ◦ green 70 ◦ blue 132

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

Shades of Affair #754684

Tints of Affair #754684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 36.68%
G = 21.94%
B = 41.38%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#754684 (or 0x754684) is known color: Affair. HEX triplet: 75, 46 and 84. RGB value is (117,70,132). Sum of RGB (Red+Green+Blue) = 117+70+132=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #754684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754684 is #8AB97B. Grayscale: #5A5A5A. Windows color (decimal): -9091452 or 8668789. OLE color: 8668789.

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

Color convert

RGB 117 70 132 -
CMYK 0.11 0.47 0 0.48
HSL 285.48º 0.31% 0.4% -
HSV(B) 285.48º 0.47% 0.52% -
XYZ 13.69 9.83 23.01 -
YUV 91.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 117 70 132 0.11 0.47 0 0.48 285.48 0.31 0.4
Hex 75 46 84 B 2F 0 30 11D 1F 28
Octal 165 106 204 13 57 0 60 435 37 50
Binary 1110101 1000110 10000100 1011 101111 0 110000 100011101 11111 101000

Color Harmonies of #754684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754684

Black with #754684

Text Example


Text Example

White with #754684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754684; }

 p { color: rgb(117,70,132); }

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

background-color css

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

 a { background-color: rgb(117,70,132); }

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

border-color css

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

 span { border-color: rgb(117,70,132); }

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