Html Css Color HEX #755883 Affair

📋 copy color: '#755883'

red 117 ◦ green 88 ◦ blue 131

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

Shades of Affair #755883

Tints of Affair #755883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 34.82%
G = 26.19%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755883 (or 0x755883) is known color: Affair. HEX triplet: 75, 58 and 83. RGB value is (117,88,131). Sum of RGB (Red+Green+Blue) = 117+88+131=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #755883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755883 is #8AA77C. Grayscale: #656565. Windows color (decimal): -9086845 or 8607861. OLE color: 8607861.

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

Color convert

RGB 117 88 131 -
CMYK 0.11 0.33 0 0.49
HSL 280.47º 0.2% 0.43% -
HSV(B) 280.47º 0.33% 0.51% -
XYZ 14.92 12.4 23.08 -
YUV 101.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 117 88 131 0.11 0.33 0 0.49 280.47 0.2 0.43
Hex 75 58 83 B 21 0 31 118 14 2B
Octal 165 130 203 13 41 0 61 430 24 53
Binary 1110101 1011000 10000011 1011 100001 0 110001 100011000 10100 101011

Color Harmonies of #755883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755883

Black with #755883

Text Example


Text Example

White with #755883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755883; }

 p { color: rgb(117,88,131); }

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

background-color css

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

 a { background-color: rgb(117,88,131); }

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

border-color css

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

 span { border-color: rgb(117,88,131); }

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