Html Css Color HEX #785382 Affair

📋 copy color: '#785382'

red 120 ◦ green 83 ◦ blue 130

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

Shades of Affair #785382

Tints of Affair #785382

RGB

 RED value IS 120 (47.27% from 255) = 36.04%

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 36.04%
G = 24.92%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#785382 (or 0x785382) is known color: Affair. HEX triplet: 78, 53 and 82. RGB value is (120,83,130). Sum of RGB (Red+Green+Blue) = 120+83+130=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #785382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785382 is #87AC7D. Grayscale: #636363. Windows color (decimal): -8891518 or 8541048. OLE color: 8541048.

HSL color Cylindrical-coordinate representation of color #785382: hue angle of 287.23º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785382 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 83 130 -
CMYK 0.08 0.36 0 0.49
HSL 287.23º 0.22% 0.42% -
HSV(B) 287.23º 0.36% 0.51% -
XYZ 14.87 11.79 22.61 -
YUV 99.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 120 83 130 0.08 0.36 0 0.49 287.23 0.22 0.42
Hex 78 53 82 8 24 0 31 11F 16 2A
Octal 170 123 202 10 44 0 61 437 26 52
Binary 1111000 1010011 10000010 1000 100100 0 110001 100011111 10110 101010

Color Harmonies of #785382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785382

Black with #785382

Text Example


Text Example

White with #785382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785382; }

 p { color: rgb(120,83,130); }

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

background-color css

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

 a { background-color: rgb(120,83,130); }

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

border-color css

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

 span { border-color: rgb(120,83,130); }

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