Html Css Color HEX #75438E Affair

📋 copy color: '#75438E'

red 117 ◦ green 67 ◦ blue 142

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

Shades of Affair #75438E

Tints of Affair #75438E

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 35.89%
G = 20.55%
B = 43.56%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75438E (or 0x75438E) is known color: Affair. HEX triplet: 75, 43 and 8E. RGB value is (117,67,142). Sum of RGB (Red+Green+Blue) = 117+67+142=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #75438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75438E is #8ABC71. Grayscale: #5A5A5A. Windows color (decimal): -9092210 or 9323381. OLE color: 9323381.

HSL color Cylindrical-coordinate representation of color #75438E: hue angle of 280º 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 #75438E is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 67 142 -
CMYK 0.18 0.53 0 0.44
HSL 280º 0.36% 0.41% -
HSV(B) 280º 0.53% 0.56% -
XYZ 14.23 9.75 26.72 -
YUV 90.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 117 67 142 0.18 0.53 0 0.44 280 0.36 0.41
Hex 75 43 8E 12 35 0 2C 118 24 29
Octal 165 103 216 22 65 0 54 430 44 51
Binary 1110101 1000011 10001110 10010 110101 0 101100 100011000 100100 101001

Color Harmonies of #75438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75438E

Black with #75438E

Text Example


Text Example

White with #75438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75438E; }

 p { color: rgb(117,67,142); }

 H1.HeaderClassName
 {
   color: #75438E;
 }
 .AnyTagClassName
 {
   color: #75438E;
 }
</style>

background-color css

<style>
 a { background-color: #75438E; }

 a { background-color: rgb(117,67,142); }

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

border-color css

<style>
 span { border-color: #75438E; }

 span { border-color: rgb(117,67,142); }

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