Html Css Color HEX #74438B Affair

📋 copy color: '#74438B'

red 116 ◦ green 67 ◦ blue 139

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

Shades of Affair #74438B

Tints of Affair #74438B

RGB

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

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

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

R = 36.02%
G = 20.81%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74438B (or 0x74438B) is known color: Affair. HEX triplet: 74, 43 and 8B. RGB value is (116,67,139). Sum of RGB (Red+Green+Blue) = 116+67+139=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #74438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74438B is #8BBC74. Grayscale: #595959. Windows color (decimal): -9157749 or 9126772. OLE color: 9126772.

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

Color convert

RGB 116 67 139 -
CMYK 0.17 0.52 0 0.45
HSL 280.83º 0.35% 0.4% -
HSV(B) 280.83º 0.52% 0.55% -
XYZ 13.87 9.59 25.55 -
YUV 89.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 116 67 139 0.17 0.52 0 0.45 280.83 0.35 0.4
Hex 74 43 8B 11 34 0 2D 119 23 28
Octal 164 103 213 21 64 0 55 431 43 50
Binary 1110100 1000011 10001011 10001 110100 0 101101 100011001 100011 101000

Color Harmonies of #74438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74438B

Black with #74438B

Text Example


Text Example

White with #74438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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