Html Css Color HEX #755882 Affair

📋 copy color: '#755882'

red 117 ◦ green 88 ◦ blue 130

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

Shades of Affair #755882

Tints of Affair #755882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 34.93%
G = 26.27%
B = 38.81%

CMYK

 C value IS 0.1

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755882 (or 0x755882) is known color: Affair. HEX triplet: 75, 58 and 82. RGB value is (117,88,130). Sum of RGB (Red+Green+Blue) = 117+88+130=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #755882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755882 is #8AA77D. Grayscale: #656565. Windows color (decimal): -9086846 or 8542325. OLE color: 8542325.

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

Color convert

RGB 117 88 130 -
CMYK 0.1 0.32 0 0.49
HSL 281.43º 0.19% 0.43% -
HSV(B) 281.43º 0.32% 0.51% -
XYZ 14.86 12.37 22.72 -
YUV 101.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 117 88 130 0.1 0.32 0 0.49 281.43 0.19 0.43
Hex 75 58 82 A 20 0 31 119 13 2B
Octal 165 130 202 12 40 0 61 431 23 53
Binary 1110101 1011000 10000010 1010 100000 0 110001 100011001 10011 101011

Color Harmonies of #755882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755882

Black with #755882

Text Example


Text Example

White with #755882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755882; }

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

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

background-color css

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

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

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

border-color css

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

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

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