Html Css Color HEX #784385 Affair

📋 copy color: '#784385'

red 120 ◦ green 67 ◦ blue 133

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

Shades of Affair #784385

Tints of Affair #784385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 37.5%
G = 20.94%
B = 41.56%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#784385 (or 0x784385) is known color: Affair. HEX triplet: 78, 43 and 85. RGB value is (120,67,133). Sum of RGB (Red+Green+Blue) = 120+67+133=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #784385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784385 is #87BC7A. Grayscale: #5A5A5A. Windows color (decimal): -8895611 or 8733560. OLE color: 8733560.

HSL color Cylindrical-coordinate representation of color #784385: hue angle of 288.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784385 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 67 133 -
CMYK 0.10 0.50 0 0.48
HSL 288.18º 0.33% 0.39% -
HSV(B) 288.18º 0.5% 0.52% -
XYZ 13.99 9.7 23.33 -
YUV 90.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 120 67 133 0.10 0.50 0 0.48 288.18 0.33 0.39
Hex 78 43 85 A 32 0 30 120 21 27
Octal 170 103 205 12 62 0 60 440 41 47
Binary 1111000 1000011 10000101 1010 110010 0 110000 100100000 100001 100111

Color Harmonies of #784385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784385

Black with #784385

Text Example


Text Example

White with #784385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784385; }

 p { color: rgb(120,67,133); }

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

background-color css

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

 a { background-color: rgb(120,67,133); }

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

border-color css

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

 span { border-color: rgb(120,67,133); }

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