Html Css Color HEX #754782 Affair

📋 copy color: '#754782'

red 117 ◦ green 71 ◦ blue 130

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

Shades of Affair #754782

Tints of Affair #754782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

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

R = 36.79%
G = 22.33%
B = 40.88%

CMYK

 C value IS 0.1

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754782 (or 0x754782) is known color: Affair. HEX triplet: 75, 47 and 82. RGB value is (117,71,130). Sum of RGB (Red+Green+Blue) = 117+71+130=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #754782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754782 is #8AB87D. Grayscale: #5B5B5B. Windows color (decimal): -9091198 or 8537973. OLE color: 8537973.

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

Color convert

RGB 117 71 130 -
CMYK 0.1 0.45 0 0.49
HSL 286.78º 0.29% 0.39% -
HSV(B) 286.78º 0.45% 0.51% -
XYZ 13.62 9.9 22.31 -
YUV 91.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 117 71 130 0.1 0.45 0 0.49 286.78 0.29 0.39
Hex 75 47 82 A 2D 0 31 11F 1D 27
Octal 165 107 202 12 55 0 61 437 35 47
Binary 1110101 1000111 10000010 1010 101101 0 110001 100011111 11101 100111

Color Harmonies of #754782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754782

Black with #754782

Text Example


Text Example

White with #754782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754782; }

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

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

background-color css

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

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

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

border-color css

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

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

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