Html Css Color HEX #74568B Affair

📋 copy color: '#74568B'

red 116 ◦ green 86 ◦ blue 139

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

Shades of Affair #74568B

Tints of Affair #74568B

RGB

 RED value IS 116 (45.7% from 255) = 34.02%

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

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

R = 34.02%
G = 25.22%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74568B (or 0x74568B) is known color: Affair. HEX triplet: 74, 56 and 8B. RGB value is (116,86,139). Sum of RGB (Red+Green+Blue) = 116+86+139=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #74568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74568B is #8BA974. Grayscale: #646464. Windows color (decimal): -9152885 or 9131636. OLE color: 9131636.

HSL color Cylindrical-coordinate representation of color #74568B: hue angle of 273.96º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74568B is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 86 139 -
CMYK 0.17 0.38 0 0.45
HSL 273.96º 0.24% 0.44% -
HSV(B) 273.96º 0.38% 0.55% -
XYZ 15.19 12.23 25.99 -
YUV 101.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 116 86 139 0.17 0.38 0 0.45 273.96 0.24 0.44
Hex 74 56 8B 11 26 0 2D 112 18 2C
Octal 164 126 213 21 46 0 55 422 30 54
Binary 1110100 1010110 10001011 10001 100110 0 101101 100010010 11000 101100

Color Harmonies of #74568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74568B

Black with #74568B

Text Example


Text Example

White with #74568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,86,139); }

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

background-color css

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

 a { background-color: rgb(116,86,139); }

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

border-color css

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

 span { border-color: rgb(116,86,139); }

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