Html Css Color HEX #78448D Affair

📋 copy color: '#78448D'

red 120 ◦ green 68 ◦ blue 141

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

Shades of Affair #78448D

Tints of Affair #78448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 36.47%
G = 20.67%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78448D (or 0x78448D) is known color: Affair. HEX triplet: 78, 44 and 8D. RGB value is (120,68,141). Sum of RGB (Red+Green+Blue) = 120+68+141=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #78448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78448D is #87BB72. Grayscale: #5B5B5B. Windows color (decimal): -8895347 or 9258104. OLE color: 9258104.

HSL color Cylindrical-coordinate representation of color #78448D: hue angle of 282.74º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78448D is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 68 141 -
CMYK 0.15 0.52 0 0.45
HSL 282.74º 0.35% 0.41% -
HSV(B) 282.74º 0.52% 0.55% -
XYZ 14.62 10.05 26.37 -
YUV 91.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 120 68 141 0.15 0.52 0 0.45 282.74 0.35 0.41
Hex 78 44 8D F 34 0 2D 11B 23 29
Octal 170 104 215 17 64 0 55 433 43 51
Binary 1111000 1000100 10001101 1111 110100 0 101101 100011011 100011 101001

Color Harmonies of #78448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78448D

Black with #78448D

Text Example


Text Example

White with #78448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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