Html Css Color HEX #74438F Affair

📋 copy color: '#74438F'

red 116 ◦ green 67 ◦ blue 143

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

Shades of Affair #74438F

Tints of Affair #74438F

RGB

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

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

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

R = 35.58%
G = 20.55%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74438F (or 0x74438F) is known color: Affair. HEX triplet: 74, 43 and 8F. RGB value is (116,67,143). Sum of RGB (Red+Green+Blue) = 116+67+143=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #74438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74438F is #8BBC70. Grayscale: #5A5A5A. Windows color (decimal): -9157745 or 9388916. OLE color: 9388916.

HSL color Cylindrical-coordinate representation of color #74438F: hue angle of 278.68º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74438F is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 67 143 -
CMYK 0.19 0.53 0 0.44
HSL 278.68º 0.36% 0.41% -
HSV(B) 278.68º 0.53% 0.56% -
XYZ 14.17 9.71 27.11 -
YUV 90.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 116 67 143 0.19 0.53 0 0.44 278.68 0.36 0.41
Hex 74 43 8F 13 35 0 2C 117 24 29
Octal 164 103 217 23 65 0 54 427 44 51
Binary 1110100 1000011 10001111 10011 110101 0 101100 100010111 100100 101001

Color Harmonies of #74438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74438F

Black with #74438F

Text Example


Text Example

White with #74438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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