Html Css Color HEX #75467F Affair

📋 copy color: '#75467F'

red 117 ◦ green 70 ◦ blue 127

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

Shades of Affair #75467F

Tints of Affair #75467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 37.26%
G = 22.29%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75467F (or 0x75467F) is known color: Affair. HEX triplet: 75, 46 and 7F. RGB value is (117,70,127). Sum of RGB (Red+Green+Blue) = 117+70+127=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #75467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75467F is #8AB980. Grayscale: #5A5A5A. Windows color (decimal): -9091457 or 8341109. OLE color: 8341109.

HSL color Cylindrical-coordinate representation of color #75467F: hue angle of 289.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75467F is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 70 127 -
CMYK 0.08 0.45 0 0.50
HSL 289.47º 0.29% 0.39% -
HSV(B) 289.47º 0.45% 0.5% -
XYZ 13.36 9.69 21.25 -
YUV 90.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 117 70 127 0.08 0.45 0 0.50 289.47 0.29 0.39
Hex 75 46 7F 8 2D 0 32 121 1D 27
Octal 165 106 177 10 55 0 62 441 35 47
Binary 1110101 1000110 1111111 1000 101101 0 110010 100100001 11101 100111

Color Harmonies of #75467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75467F

Black with #75467F

Text Example


Text Example

White with #75467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,70,127); }

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

background-color css

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

 a { background-color: rgb(117,70,127); }

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

border-color css

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

 span { border-color: rgb(117,70,127); }

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