Html Css Color HEX #735084 Affair

📋 copy color: '#735084'

red 115 ◦ green 80 ◦ blue 132

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

Shades of Affair #735084

Tints of Affair #735084

RGB

 RED value IS 115 (45.31% from 255) = 35.17%

 GREEN value IS 80 (31.64% from 255) = 24.46%

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

R = 35.17%
G = 24.46%
B = 40.37%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#735084 (or 0x735084) is known color: Affair. HEX triplet: 73, 50 and 84. RGB value is (115,80,132). Sum of RGB (Red+Green+Blue) = 115+80+132=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #735084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735084 is #8CAF7B. Grayscale: #606060. Windows color (decimal): -9219964 or 8671347. OLE color: 8671347.

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

Color convert

RGB 115 80 132 -
CMYK 0.13 0.39 0 0.48
HSL 280.38º 0.25% 0.42% -
HSV(B) 280.38º 0.39% 0.52% -
XYZ 14.1 11.05 23.22 -
YUV 96.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 115 80 132 0.13 0.39 0 0.48 280.38 0.25 0.42
Hex 73 50 84 D 27 0 30 118 19 2A
Octal 163 120 204 15 47 0 60 430 31 52
Binary 1110011 1010000 10000100 1101 100111 0 110000 100011000 11001 101010

Color Harmonies of #735084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735084

Black with #735084

Text Example


Text Example

White with #735084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735084; }

 p { color: rgb(115,80,132); }

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

background-color css

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

 a { background-color: rgb(115,80,132); }

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

border-color css

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

 span { border-color: rgb(115,80,132); }

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