Html Css Color HEX #77438D Affair

📋 copy color: '#77438D'

red 119 ◦ green 67 ◦ blue 141

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

Shades of Affair #77438D

Tints of Affair #77438D

RGB

 RED value IS 119 (46.88% from 255) = 36.39%

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

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

R = 36.39%
G = 20.49%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77438D (or 0x77438D) is known color: Affair. HEX triplet: 77, 43 and 8D. RGB value is (119,67,141). Sum of RGB (Red+Green+Blue) = 119+67+141=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #77438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77438D is #88BC72. Grayscale: #5A5A5A. Windows color (decimal): -8961139 or 9257847. OLE color: 9257847.

HSL color Cylindrical-coordinate representation of color #77438D: hue angle of 282.16º degrees, saturation: 0.36, 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 #77438D is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 67 141 -
CMYK 0.16 0.52 0 0.45
HSL 282.16º 0.36% 0.41% -
HSV(B) 282.16º 0.52% 0.55% -
XYZ 14.42 9.86 26.34 -
YUV 90.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 119 67 141 0.16 0.52 0 0.45 282.16 0.36 0.41
Hex 77 43 8D 10 34 0 2D 11A 24 29
Octal 167 103 215 20 64 0 55 432 44 51
Binary 1110111 1000011 10001101 10000 110100 0 101101 100011010 100100 101001

Color Harmonies of #77438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77438D

Black with #77438D

Text Example


Text Example

White with #77438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,67,141); }

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

background-color css

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

 a { background-color: rgb(119,67,141); }

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

border-color css

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

 span { border-color: rgb(119,67,141); }

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