Html Css Color HEX #75428B Affair

📋 copy color: '#75428B'

red 117 ◦ green 66 ◦ blue 139

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

Shades of Affair #75428B

Tints of Affair #75428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 36.34%
G = 20.5%
B = 43.17%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75428B (or 0x75428B) is known color: Affair. HEX triplet: 75, 42 and 8B. RGB value is (117,66,139). Sum of RGB (Red+Green+Blue) = 117+66+139=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 66 (26.17% from 255 or 20.50% 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 #75428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75428B is #8ABD74. Grayscale: #595959. Windows color (decimal): -9092469 or 9126517. OLE color: 9126517.

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

Color convert

RGB 117 66 139 -
CMYK 0.16 0.53 0 0.45
HSL 281.92º 0.36% 0.4% -
HSV(B) 281.92º 0.53% 0.55% -
XYZ 13.94 9.54 25.53 -
YUV 89.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 66 139 0.16 0.53 0 0.45 281.92 0.36 0.4
Hex 75 42 8B 10 35 0 2D 11A 24 28
Octal 165 102 213 20 65 0 55 432 44 50
Binary 1110101 1000010 10001011 10000 110101 0 101101 100011010 100100 101000

Color Harmonies of #75428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75428B

Black with #75428B

Text Example


Text Example

White with #75428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,66,139); }

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

background-color css

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

 a { background-color: rgb(117,66,139); }

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

border-color css

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

 span { border-color: rgb(117,66,139); }

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