Html Css Color HEX #755A8A Affair

📋 copy color: '#755A8A'

red 117 ◦ green 90 ◦ blue 138

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

Shades of Affair #755A8A

Tints of Affair #755A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

 BLUE value IS 138 (54.3% from 255) = 40%

R = 33.91%
G = 26.09%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#755A8A (or 0x755A8A) is known color: Affair. HEX triplet: 75, 5A and 8A. RGB value is (117,90,138). Sum of RGB (Red+Green+Blue) = 117+90+138=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #755A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A8A is #8AA575. Grayscale: #676767. Windows color (decimal): -9086326 or 9067125. OLE color: 9067125.

HSL color Cylindrical-coordinate representation of color #755A8A: hue angle of 273.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755A8A is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 90 138 -
CMYK 0.15 0.35 0 0.46
HSL 273.75º 0.21% 0.45% -
HSV(B) 273.75º 0.35% 0.54% -
XYZ 15.58 12.93 25.72 -
YUV 103.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 117 90 138 0.15 0.35 0 0.46 273.75 0.21 0.45
Hex 75 5A 8A F 23 0 2E 112 15 2D
Octal 165 132 212 17 43 0 56 422 25 55
Binary 1110101 1011010 10001010 1111 100011 0 101110 100010010 10101 101101

Color Harmonies of #755A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A8A

Black with #755A8A

Text Example


Text Example

White with #755A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A8A; }

 p { color: rgb(117,90,138); }

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

background-color css

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

 a { background-color: rgb(117,90,138); }

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

border-color css

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

 span { border-color: rgb(117,90,138); }

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