Html Css Color HEX #76458B Affair

📋 copy color: '#76458B'

red 118 ◦ green 69 ◦ blue 139

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

Shades of Affair #76458B

Tints of Affair #76458B

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 36.2%
G = 21.17%
B = 42.64%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76458B (or 0x76458B) is known color: Affair. HEX triplet: 76, 45 and 8B. RGB value is (118,69,139). Sum of RGB (Red+Green+Blue) = 118+69+139=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #76458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458B is #89BA74. Grayscale: #5B5B5B. Windows color (decimal): -9026165 or 9127286. OLE color: 9127286.

HSL color Cylindrical-coordinate representation of color #76458B: hue angle of 282º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76458B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 69 139 -
CMYK 0.15 0.50 0 0.45
HSL 282º 0.34% 0.41% -
HSV(B) 282º 0.5% 0.55% -
XYZ 14.26 9.97 25.6 -
YUV 91.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 118 69 139 0.15 0.50 0 0.45 282 0.34 0.41
Hex 76 45 8B F 32 0 2D 11A 22 29
Octal 166 105 213 17 62 0 55 432 42 51
Binary 1110110 1000101 10001011 1111 110010 0 101101 100011010 100010 101001

Color Harmonies of #76458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76458B

Black with #76458B

Text Example


Text Example

White with #76458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76458B; }

 p { color: rgb(118,69,139); }

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

background-color css

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

 a { background-color: rgb(118,69,139); }

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

border-color css

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

 span { border-color: rgb(118,69,139); }

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