Html Css Color HEX #755285 Affair

📋 copy color: '#755285'

red 117 ◦ green 82 ◦ blue 133

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

Shades of Affair #755285

Tints of Affair #755285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 35.24%
G = 24.7%
B = 40.06%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755285 (or 0x755285) is known color: Affair. HEX triplet: 75, 52 and 85. RGB value is (117,82,133). Sum of RGB (Red+Green+Blue) = 117+82+133=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #755285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755285 is #8AAD7A. Grayscale: #626262. Windows color (decimal): -9088379 or 8737397. OLE color: 8737397.

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

Color convert

RGB 117 82 133 -
CMYK 0.12 0.38 0 0.48
HSL 281.18º 0.24% 0.42% -
HSV(B) 281.18º 0.38% 0.52% -
XYZ 14.59 11.51 23.64 -
YUV 98.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 117 82 133 0.12 0.38 0 0.48 281.18 0.24 0.42
Hex 75 52 85 C 26 0 30 119 18 2A
Octal 165 122 205 14 46 0 60 431 30 52
Binary 1110101 1010010 10000101 1100 100110 0 110000 100011001 11000 101010

Color Harmonies of #755285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755285

Black with #755285

Text Example


Text Example

White with #755285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755285; }

 p { color: rgb(117,82,133); }

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

background-color css

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

 a { background-color: rgb(117,82,133); }

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

border-color css

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

 span { border-color: rgb(117,82,133); }

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