Html Css Color HEX #76568F Affair

📋 copy color: '#76568F'

red 118 ◦ green 86 ◦ blue 143

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

Shades of Affair #76568F

Tints of Affair #76568F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 34.01%
G = 24.78%
B = 41.21%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76568F (or 0x76568F) is known color: Affair. HEX triplet: 76, 56 and 8F. RGB value is (118,86,143). Sum of RGB (Red+Green+Blue) = 118+86+143=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #76568F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76568F is #89A970. Grayscale: #656565. Windows color (decimal): -9021809 or 9393782. OLE color: 9393782.

HSL color Cylindrical-coordinate representation of color #76568F: hue angle of 273.68º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76568F is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 86 143 -
CMYK 0.17 0.40 0 0.44
HSL 273.68º 0.25% 0.45% -
HSV(B) 273.68º 0.4% 0.56% -
XYZ 15.76 12.49 27.57 -
YUV 102.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 118 86 143 0.17 0.40 0 0.44 273.68 0.25 0.45
Hex 76 56 8F 11 28 0 2C 112 19 2D
Octal 166 126 217 21 50 0 54 422 31 55
Binary 1110110 1010110 10001111 10001 101000 0 101100 100010010 11001 101101

Color Harmonies of #76568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76568F

Black with #76568F

Text Example


Text Example

White with #76568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76568F; }

 p { color: rgb(118,86,143); }

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

background-color css

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

 a { background-color: rgb(118,86,143); }

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

border-color css

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

 span { border-color: rgb(118,86,143); }

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