Html Css Color HEX #784B8D Affair

📋 copy color: '#784B8D'

red 120 ◦ green 75 ◦ blue 141

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

Shades of Affair #784B8D

Tints of Affair #784B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 35.71%
G = 22.32%
B = 41.96%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#784B8D (or 0x784B8D) is known color: Affair. HEX triplet: 78, 4B and 8D. RGB value is (120,75,141). Sum of RGB (Red+Green+Blue) = 120+75+141=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #784B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B8D is #87B472. Grayscale: #5F5F5F. Windows color (decimal): -8893555 or 9259896. OLE color: 9259896.

HSL color Cylindrical-coordinate representation of color #784B8D: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784B8D is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 75 141 -
CMYK 0.15 0.47 0 0.45
HSL 280.91º 0.31% 0.42% -
HSV(B) 280.91º 0.47% 0.55% -
XYZ 15.07 10.95 26.52 -
YUV 95.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 120 75 141 0.15 0.47 0 0.45 280.91 0.31 0.42
Hex 78 4B 8D F 2F 0 2D 119 1F 2A
Octal 170 113 215 17 57 0 55 431 37 52
Binary 1111000 1001011 10001101 1111 101111 0 101101 100011001 11111 101010

Color Harmonies of #784B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B8D

Black with #784B8D

Text Example


Text Example

White with #784B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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