Html Css Color HEX #735381 Affair

📋 copy color: '#735381'

red 115 ◦ green 83 ◦ blue 129

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

Shades of Affair #735381

Tints of Affair #735381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 35.17%
G = 25.38%
B = 39.45%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#735381 (or 0x735381) is known color: Affair. HEX triplet: 73, 53 and 81. RGB value is (115,83,129). Sum of RGB (Red+Green+Blue) = 115+83+129=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #735381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735381 is #8CAC7E. Grayscale: #616161. Windows color (decimal): -9219199 or 8475507. OLE color: 8475507.

HSL color Cylindrical-coordinate representation of color #735381: hue angle of 281.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735381 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 83 129 -
CMYK 0.11 0.36 0 0.49
HSL 281.74º 0.22% 0.42% -
HSV(B) 281.74º 0.36% 0.51% -
XYZ 14.13 11.42 22.23 -
YUV 97.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 115 83 129 0.11 0.36 0 0.49 281.74 0.22 0.42
Hex 73 53 81 B 24 0 31 11A 16 2A
Octal 163 123 201 13 44 0 61 432 26 52
Binary 1110011 1010011 10000001 1011 100100 0 110001 100011010 10110 101010

Color Harmonies of #735381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735381

Black with #735381

Text Example


Text Example

White with #735381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735381; }

 p { color: rgb(115,83,129); }

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

background-color css

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

 a { background-color: rgb(115,83,129); }

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

border-color css

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

 span { border-color: rgb(115,83,129); }

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