Html Css Color HEX #75428A Affair

📋 copy color: '#75428A'

red 117 ◦ green 66 ◦ blue 138

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

Shades of Affair #75428A

Tints of Affair #75428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 36.45%
G = 20.56%
B = 42.99%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75428A (or 0x75428A) is known color: Affair. HEX triplet: 75, 42 and 8A. RGB value is (117,66,138). Sum of RGB (Red+Green+Blue) = 117+66+138=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #75428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75428A is #8ABD75. Grayscale: #595959. Windows color (decimal): -9092470 or 9060981. OLE color: 9060981.

HSL color Cylindrical-coordinate representation of color #75428A: hue angle of 282.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75428A is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 66 138 -
CMYK 0.15 0.52 0 0.46
HSL 282.5º 0.35% 0.4% -
HSV(B) 282.5º 0.52% 0.54% -
XYZ 13.87 9.51 25.15 -
YUV 89.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 117 66 138 0.15 0.52 0 0.46 282.5 0.35 0.4
Hex 75 42 8A F 34 0 2E 11A 23 28
Octal 165 102 212 17 64 0 56 432 43 50
Binary 1110101 1000010 10001010 1111 110100 0 101110 100011010 100011 101000

Color Harmonies of #75428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75428A

Black with #75428A

Text Example


Text Example

White with #75428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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