Html Css Color HEX #784B8F Affair

📋 copy color: '#784B8F'

red 120 ◦ green 75 ◦ blue 143

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

Shades of Affair #784B8F

Tints of Affair #784B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 35.5%
G = 22.19%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#784B8F (or 0x784B8F) is known color: Affair. HEX triplet: 78, 4B and 8F. RGB value is (120,75,143). Sum of RGB (Red+Green+Blue) = 120+75+143=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #784B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8F is #87B470. Grayscale: #5F5F5F. Windows color (decimal): -8893553 or 9390968. OLE color: 9390968.

HSL color Cylindrical-coordinate representation of color #784B8F: hue angle of 279.71º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784B8F is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 75 143 -
CMYK 0.16 0.48 0 0.44
HSL 279.71º 0.31% 0.43% -
HSV(B) 279.71º 0.48% 0.56% -
XYZ 15.22 11.01 27.31 -
YUV 96.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 120 75 143 0.16 0.48 0 0.44 279.71 0.31 0.43
Hex 78 4B 8F 10 30 0 2C 118 1F 2B
Octal 170 113 217 20 60 0 54 430 37 53
Binary 1111000 1001011 10001111 10000 110000 0 101100 100011000 11111 101011

Color Harmonies of #784B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B8F

Black with #784B8F

Text Example


Text Example

White with #784B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784B8F; }

 p { color: rgb(120,75,143); }

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

background-color css

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

 a { background-color: rgb(120,75,143); }

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

border-color css

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

 span { border-color: rgb(120,75,143); }

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