Html Css Color HEX #74458B Affair

📋 copy color: '#74458B'

red 116 ◦ green 69 ◦ blue 139

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

Shades of Affair #74458B

Tints of Affair #74458B

RGB

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

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

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

R = 35.8%
G = 21.3%
B = 42.9%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74458B (or 0x74458B) is known color: Affair. HEX triplet: 74, 45 and 8B. RGB value is (116,69,139). Sum of RGB (Red+Green+Blue) = 116+69+139=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #74458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74458B is #8BBA74. Grayscale: #5A5A5A. Windows color (decimal): -9157237 or 9127284. OLE color: 9127284.

HSL color Cylindrical-coordinate representation of color #74458B: hue angle of 280.29º 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 #74458B is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 69 139 -
CMYK 0.17 0.50 0 0.45
HSL 280.29º 0.34% 0.41% -
HSV(B) 280.29º 0.5% 0.55% -
XYZ 13.99 9.83 25.59 -
YUV 91.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 116 69 139 0.17 0.50 0 0.45 280.29 0.34 0.41
Hex 74 45 8B 11 32 0 2D 118 22 29
Octal 164 105 213 21 62 0 55 430 42 51
Binary 1110100 1000101 10001011 10001 110010 0 101101 100011000 100010 101001

Color Harmonies of #74458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74458B

Black with #74458B

Text Example


Text Example

White with #74458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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