Html Css Color HEX #75438D Affair

📋 copy color: '#75438D'

red 117 ◦ green 67 ◦ blue 141

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

Shades of Affair #75438D

Tints of Affair #75438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 36%
G = 20.62%
B = 43.38%

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

#75438D (or 0x75438D) is known color: Affair. HEX triplet: 75, 43 and 8D. RGB value is (117,67,141). Sum of RGB (Red+Green+Blue) = 117+67+141=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #75438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75438D is #8ABC72. Grayscale: #5A5A5A. Windows color (decimal): -9092211 or 9257845. OLE color: 9257845.

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

Color convert

RGB 117 67 141 -
CMYK 0.17 0.52 0 0.45
HSL 280.54º 0.36% 0.41% -
HSV(B) 280.54º 0.52% 0.55% -
XYZ 14.15 9.72 26.33 -
YUV 90.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 117 67 141 0.17 0.52 0 0.45 280.54 0.36 0.41
Hex 75 43 8D 11 34 0 2D 119 24 29
Octal 165 103 215 21 64 0 55 431 44 51
Binary 1110101 1000011 10001101 10001 110100 0 101101 100011001 100100 101001

Color Harmonies of #75438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75438D

Black with #75438D

Text Example


Text Example

White with #75438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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