Html Css Color HEX #735885 Affair

📋 copy color: '#735885'

red 115 ◦ green 88 ◦ blue 133

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

Shades of Affair #735885

Tints of Affair #735885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 34.23%
G = 26.19%
B = 39.58%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#735885 (or 0x735885) is known color: Affair. HEX triplet: 73, 58 and 85. RGB value is (115,88,133). Sum of RGB (Red+Green+Blue) = 115+88+133=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #735885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735885 is #8CA77A. Grayscale: #656565. Windows color (decimal): -9217915 or 8738931. OLE color: 8738931.

HSL color Cylindrical-coordinate representation of color #735885: hue angle of 276º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735885 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 88 133 -
CMYK 0.14 0.34 0 0.48
HSL 276º 0.2% 0.43% -
HSV(B) 276º 0.34% 0.52% -
XYZ 14.79 12.32 23.79 -
YUV 101.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 115 88 133 0.14 0.34 0 0.48 276 0.2 0.43
Hex 73 58 85 E 22 0 30 114 14 2B
Octal 163 130 205 16 42 0 60 424 24 53
Binary 1110011 1011000 10000101 1110 100010 0 110000 100010100 10100 101011

Color Harmonies of #735885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735885

Black with #735885

Text Example


Text Example

White with #735885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735885; }

 p { color: rgb(115,88,133); }

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

background-color css

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

 a { background-color: rgb(115,88,133); }

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

border-color css

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

 span { border-color: rgb(115,88,133); }

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