Html Css Color HEX #754683 Affair

📋 copy color: '#754683'

red 117 ◦ green 70 ◦ blue 131

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

Shades of Affair #754683

Tints of Affair #754683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

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

R = 36.79%
G = 22.01%
B = 41.19%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754683 (or 0x754683) is known color: Affair. HEX triplet: 75, 46 and 83. RGB value is (117,70,131). Sum of RGB (Red+Green+Blue) = 117+70+131=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #754683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754683 is #8AB97C. Grayscale: #5A5A5A. Windows color (decimal): -9091453 or 8603253. OLE color: 8603253.

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

Color convert

RGB 117 70 131 -
CMYK 0.11 0.47 0 0.49
HSL 286.23º 0.3% 0.39% -
HSV(B) 286.23º 0.47% 0.51% -
XYZ 13.62 9.8 22.65 -
YUV 91.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 117 70 131 0.11 0.47 0 0.49 286.23 0.3 0.39
Hex 75 46 83 B 2F 0 31 11E 1E 27
Octal 165 106 203 13 57 0 61 436 36 47
Binary 1110101 1000110 10000011 1011 101111 0 110001 100011110 11110 100111

Color Harmonies of #754683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754683

Black with #754683

Text Example


Text Example

White with #754683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754683; }

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

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

background-color css

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

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

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

border-color css

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

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

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